CSS named colour

Dark Sea Green

#8fbc8f

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

RGB
rgb(143 188 143)
HSL
120°, 25%, 65%
OKLCh
75.1% 0.080 144.7

Open in the picker

Dark Sea Green in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#8fbc8f
RGBrgb(143 188 143)
RGB legacyrgb(143, 188, 143)
RGB percentrgb(56.08% 73.73% 56.08%)
HSLhsl(120 25.1% 64.9%)
HSL legacyhsl(120, 25.1%, 64.9%)
HSV / HSBhsv(120, 23.9%, 73.7%)
HWBhwb(120 56.1% 26.3%)
Nearest namedarkseagreen
CMYKcmyk(23.9%, 0%, 23.9%, 26.3%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(75.086% 0.07971 144.73)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(75.086% -0.06508 0.04603)
CIE LChlch(72.113% 28.459 141.269)
CIE Lablab(72.113% -22.2 17.806)
Display P3color(display-p3 0.5971 0.7323 0.576)
Rec. 2020color(rec2020 0.5859 0.6941 0.5351)
srgb-linearcolor(srgb-linear 0.2747 0.5029 0.2747)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.3427 0.4379 0.3263)

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

GLSL vec3 — sRGBvec3(0.561, 0.737, 0.561)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.275, 0.503, 0.275)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.561, 0.737, 0.561, 1.0)
GLSL vec4 — linearvec4(0.275, 0.503, 0.275, 1.0)
GLSL ivec3ivec3(143, 188, 143)
HLSL float3 — sRGBfloat3(0.561, 0.737, 0.561)
HLSL float3 — linearfloat3(0.275, 0.503, 0.275)
HLSL float4 — sRGBfloat4(0.561, 0.737, 0.561, 1.0)
HLSL half4 — sRGBhalf4(0.561, 0.737, 0.561, 1.0)
WGSL vec3f — sRGBvec3f(0.561, 0.737, 0.561)
WGSL vec4f — sRGBvec4f(0.561, 0.737, 0.561, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.275, 0.503, 0.275)

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

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

Raw valuesPacked integers and plain arrays.

0x hex0x8FBC8F
0x hex (ARGB)0xFF8FBC8F
Array 0–1[0.561, 0.737, 0.561]
Array 0–255[143, 188, 143]
Decimal integer9419919

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
Dark Sea Green on white2.15:1FailLc 42Non-text elements only
Dark Sea Green on black9.76:1AAALc 60Large headings only

Dark Sea Green text on a white background

Dark Sea Green text on a black background

White text on Dark Sea Green

Black text on Dark Sea Green

Tonal scale

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

  • 50#e0ffdf
  • 100#d5f9d4
  • 200#c2e9c2
  • 300#a9d3a9
  • 400#8bb78b
  • 500#6d986d
  • 600#547e55
  • 700#406641
  • 800#2f5130
  • 900#214022
  • 950#0d260e

Tints and shades

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

  • Tint 1#a2c7a1
  • Tint 2#b4d2b4
  • Tint 3#c7ddc6
  • Tint 4#d9e9d9
  • Tint 5#ecf4ec
  • Shade 1#6f936f
  • Shade 2#516c51
  • Shade 3#344734
  • Shade 4#1a251a
  • Shade 5#040804

Colours that work with Dark Sea Green

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

  • #c89dcb
  • #95aee2
  • #dc9b95
  • #acb57a
  • #76bfab

Closest CSS names

  • darkseagreenexact match
  • mediumaquamarineΔEok 0.056
  • darkkhakiΔEok 0.066
  • darkgrayΔEok 0.081
  • tanΔEok 0.091
  • mediumturquoiseΔEok 0.092