CSS named colour

Cadet Blue

#5f9ea0

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

RGB
rgb(95 158 160)
HSL
182°, 25%, 50%
OKLCh
65.8% 0.065 198.3

Open in the picker

Cadet Blue in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#5f9ea0
RGBrgb(95 158 160)
RGB legacyrgb(95, 158, 160)
RGB percentrgb(37.25% 61.96% 62.75%)
HSLhsl(181.8 25.5% 50%)
HSL legacyhsl(181.8, 25.5%, 50%)
HSV / HSBhsv(181.8, 40.6%, 62.7%)
HWBhwb(181.8 37.3% 37.3%)
Nearest namecadetblue
CMYKcmyk(40.6%, 1.3%, 0%, 37.3%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(65.768% 0.06501 198.298)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(65.768% -0.06172 -0.02041)
CIE LChlch(60.948% 22.159 200.59)
CIE Lablab(60.948% -20.744 -7.793)
Display P3color(display-p3 0.4299 0.6134 0.6236)
Rec. 2020color(rec2020 0.4331 0.5648 0.5833)
srgb-linearcolor(srgb-linear 0.1144 0.3419 0.3515)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.2329 0.2942 0.3771)

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

GLSL vec3 — sRGBvec3(0.373, 0.62, 0.627)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.114, 0.342, 0.352)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.373, 0.62, 0.627, 1.0)
GLSL vec4 — linearvec4(0.114, 0.342, 0.352, 1.0)
GLSL ivec3ivec3(95, 158, 160)
HLSL float3 — sRGBfloat3(0.373, 0.62, 0.627)
HLSL float3 — linearfloat3(0.114, 0.342, 0.352)
HLSL float4 — sRGBfloat4(0.373, 0.62, 0.627, 1.0)
HLSL half4 — sRGBhalf4(0.373, 0.62, 0.627, 1.0)
WGSL vec3f — sRGBvec3f(0.373, 0.62, 0.627)
WGSL vec4f — sRGBvec4f(0.373, 0.62, 0.627, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.114, 0.342, 0.352)

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

Unity Colornew Color(0.373f, 0.62f, 0.627f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(95, 158, 160, 255)
Unreal FLinearColorFLinearColor(0.1144f, 0.3419f, 0.3515f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(95, 158, 160, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.373, 0.62, 0.627, 1)
Flutter ColorColor(0xFF5F9EA0)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(95, 158, 160)
SwiftUI ColorColor(red: 0.373, green: 0.62, blue: 0.627)
UIKit UIColorUIColor(red: 0.373, green: 0.62, blue: 0.627, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0x5F9EA0
0x hex (ARGB)0xFF5F9EA0
Array 0–1[0.373, 0.62, 0.627]
Array 0–255[95, 158, 160]
Decimal integer6266528

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
Cadet Blue on white3.05:1AA LargeLc 57Large headings only
Cadet Blue on black6.88:1AALc 45Non-text elements only

Cadet Blue text on a white background

Cadet Blue text on a black background

White text on Cadet Blue

Black text on Cadet Blue

Tonal scale

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

  • 50#d3ffff
  • 100#c7f9fa
  • 200#b3e8e9
  • 300#99d2d4
  • 400#79b6b8
  • 500#59989a
  • 600#407d7f
  • 700#2c6567
  • 800#1b5153
  • 900#0d4042
  • 950#002527

Tints and shades

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

  • Tint 1#7aaeaf
  • Tint 2#95bebf
  • Tint 3#afcecf
  • Tint 4#cadedf
  • Tint 5#e4eeef
  • Shade 1#497b7d
  • Shade 2#345a5b
  • Shade 3#203a3b
  • Shade 4#0e1e1e
  • Shade 5#020505

Colours that work with Cadet Blue

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

  • #b68282
  • #a385ab
  • #a78d64
  • #699f8a
  • #669ab1

Closest CSS names

  • cadetblueexact match
  • lightseagreenΔEok 0.061
  • lightslategrayΔEok 0.064
  • slategrayΔEok 0.083
  • grayΔEok 0.087
  • darkcyanΔEok 0.088