Colour reference

Blue Green

#219ebc

RGB
rgb(33 158 188)
HSL
192°, 70%, 43%
OKLCh
64.8% 0.110 219.0

Open in the picker

Blue Green in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#219ebc
RGBrgb(33 158 188)
RGB legacyrgb(33, 158, 188)
RGB percentrgb(12.94% 61.96% 73.73%)
HSLhsl(191.6 70.1% 43.3%)
HSL legacyhsl(191.6, 70.1%, 43.3%)
HSV / HSBhsv(191.6, 82.4%, 73.7%)
HWBhwb(191.6 12.9% 26.3%)
Nearest namecadetblue (approx.)
CMYKcmyk(82.4%, 16%, 0%, 26.3%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(64.843% 0.11012 218.999)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(64.843% -0.08558 -0.0693)
CIE LChlch(59.797% 36.207 224.646)
CIE Lablab(59.797% -25.76 -25.444)
Display P3color(display-p3 0.2999 0.6106 0.724)
Rec. 2020color(rec2020 0.3602 0.5601 0.6913)
srgb-linearcolor(srgb-linear 0.0152 0.3419 0.5029)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.2193 0.2841 0.5191)

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

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

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

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

Raw valuesPacked integers and plain arrays.

0x hex0x219EBC
0x hex (ARGB)0xFF219EBC
Array 0–1[0.129, 0.62, 0.737]
Array 0–255[33, 158, 188]
Decimal integer2203324

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
Blue Green on white3.14:1AA LargeLc 58Large headings only
Blue Green on black6.68:1AALc 44Non-text elements only

Blue Green text on a white background

Blue Green text on a black background

White text on Blue Green

Black text on Blue Green

Tonal scale

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

  • 50#d4ffff
  • 100#b9f9ff
  • 200#93ebff
  • 300#75d5f1
  • 400#4db9d7
  • 500#1a9ab8
  • 600#007f9c
  • 700#006781
  • 800#005269
  • 900#004154
  • 950#002534

Tints and shades

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

  • Tint 1#56aec7
  • Tint 2#7cbed3
  • Tint 3#9ecfde
  • Tint 4#bfdfe9
  • Tint 5#dfeff4
  • Shade 1#177b93
  • Shade 2#0e5a6c
  • Shade 3#063a47
  • Shade 4#021e25
  • Shade 5#000508

Colours that work with Blue Green

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

  • #c7765b
  • #bb73a5
  • #a08f36
  • #10a49c
  • #5693cf

Closest CSS names

  • cadetblueΔEok 0.055
  • lightseagreenΔEok 0.072
  • steelblueΔEok 0.078
  • darkcyanΔEok 0.085
  • lightslategrayΔEok 0.088
  • cornflowerblueΔEok 0.099