CSS named colour

Pale Green

#98fb98

A CSS named colour: palegreen is valid anywhere a colour is expected.

RGB
rgb(152 251 152)
HSL
120°, 93%, 79%
OKLCh
90.4% 0.162 144.1

Open in the picker

Pale Green in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#98fb98
RGBrgb(152 251 152)
RGB legacyrgb(152, 251, 152)
RGB percentrgb(59.61% 98.43% 59.61%)
HSLhsl(120 92.5% 79%)
HSL legacyhsl(120, 92.5%, 79%)
HSV / HSBhsv(120, 39.4%, 98.4%)
HWBhwb(120 59.6% 1.6%)
Nearest namepalegreen
CMYKcmyk(39.4%, 0%, 39.4%, 1.6%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(90.354% 0.16242 144.086)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(90.354% -0.13155 0.09527)
CIE LChlch(90.801% 58.745 139.76)
CIE Lablab(90.801% -44.843 37.948)
Display P3color(display-p3 0.6869 0.9746 0.6351)
Rec. 2020color(rec2020 0.7256 0.9555 0.6045)
srgb-linearcolor(srgb-linear 0.314 0.9647 0.314)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.5311 0.7793 0.4195)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.596, 0.984, 0.596)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.314, 0.965, 0.314)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.596, 0.984, 0.596, 1.0)
GLSL vec4 — linearvec4(0.314, 0.965, 0.314, 1.0)
GLSL ivec3ivec3(152, 251, 152)
HLSL float3 — sRGBfloat3(0.596, 0.984, 0.596)
HLSL float3 — linearfloat3(0.314, 0.965, 0.314)
HLSL float4 — sRGBfloat4(0.596, 0.984, 0.596, 1.0)
HLSL half4 — sRGBhalf4(0.596, 0.984, 0.596, 1.0)
WGSL vec3f — sRGBvec3f(0.596, 0.984, 0.596)
WGSL vec4f — sRGBvec4f(0.596, 0.984, 0.596, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.314, 0.965, 0.314)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.596f, 0.984f, 0.596f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(152, 251, 152, 255)
Unreal FLinearColorFLinearColor(0.314f, 0.9647f, 0.314f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(152, 251, 152, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.596, 0.984, 0.596, 1)
Flutter ColorColor(0xFF98FB98)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(152, 251, 152)
SwiftUI ColorColor(red: 0.596, green: 0.984, blue: 0.596)
UIKit UIColorUIColor(red: 0.596, green: 0.984, blue: 0.596, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0x98FB98
0x hex (ARGB)0xFF98FB98
Array 0–1[0.596, 0.984, 0.596]
Array 0–255[152, 251, 152]
Decimal integer10025880

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Pale Green on white1.27:1FailLc 13Not usable for text
Pale Green on black16.59:1AAALc 91Body text at any size

Pale Green text on a white background

Pale Green text on a black background

White text on Pale Green

Black text on Pale Green

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#d7ffd6
  • 100#b9ffb7
  • 200#a3f4a2
  • 300#87de87
  • 400#64c266
  • 500#40a344
  • 600#24882c
  • 700#066f16
  • 800#005903
  • 900#004700
  • 950#002a00

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#abfcaa
  • Tint 2#bdfdbc
  • Tint 3#cffecd
  • Tint 4#dfffde
  • Tint 5#efffef
  • Shade 1#76c576
  • Shade 2#569256
  • Shade 3#386138
  • Shade 4#1c351c
  • Shade 5#050e05

Colours that work with Pale Green

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #ffc5ff
  • #c9e0ff
  • #ffcdc8
  • #deeb5f
  • #37ffd7

Closest CSS names

  • palegreenexact match
  • lightgreenΔEok 0.036
  • mediumspringgreenΔEok 0.071
  • aquamarineΔEok 0.071
  • springgreenΔEok 0.082
  • greenyellowΔEok 0.086