CSS named colour

Light Blue

#add8e6

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

RGB
rgb(173 216 230)
HSL
195°, 53%, 79%
OKLCh
85.6% 0.049 219.7

Open in the picker

Light Blue in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#add8e6
RGBrgb(173 216 230)
RGB legacyrgb(173, 216, 230)
RGB percentrgb(67.84% 84.71% 90.2%)
HSLhsl(194.7 53.3% 79%)
HSL legacyhsl(194.7, 53.3%, 79%)
HSV / HSBhsv(194.7, 24.8%, 90.2%)
HWBhwb(194.7 67.8% 9.8%)
Nearest namelightblue
CMYKcmyk(24.8%, 6.1%, 0%, 9.8%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(85.623% 0.04894 219.654)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(85.623% -0.03768 -0.03123)
CIE LChlch(83.612% 16.979 223.94)
CIE Lablab(83.612% -12.226 -11.782)
Display P3color(display-p3 0.7122 0.8422 0.8949)
Rec. 2020color(rec2020 0.7216 0.8183 0.8814)
srgb-linearcolor(srgb-linear 0.4179 0.6867 0.7913)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.5607 0.6371 0.8421)

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

GLSL vec3 — sRGBvec3(0.678, 0.847, 0.902)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.418, 0.687, 0.791)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.678, 0.847, 0.902, 1.0)
GLSL vec4 — linearvec4(0.418, 0.687, 0.791, 1.0)
GLSL ivec3ivec3(173, 216, 230)
HLSL float3 — sRGBfloat3(0.678, 0.847, 0.902)
HLSL float3 — linearfloat3(0.418, 0.687, 0.791)
HLSL float4 — sRGBfloat4(0.678, 0.847, 0.902, 1.0)
HLSL half4 — sRGBhalf4(0.678, 0.847, 0.902, 1.0)
WGSL vec3f — sRGBvec3f(0.678, 0.847, 0.902)
WGSL vec4f — sRGBvec4f(0.678, 0.847, 0.902, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.418, 0.687, 0.791)

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

Unity Colornew Color(0.678f, 0.847f, 0.902f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(173, 216, 230, 255)
Unreal FLinearColorFLinearColor(0.4179f, 0.6867f, 0.7913f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(173, 216, 230, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.678, 0.847, 0.902, 1)
Flutter ColorColor(0xFFADD8E6)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(173, 216, 230)
SwiftUI ColorColor(red: 0.678, green: 0.847, blue: 0.902)
UIKit UIColorUIColor(red: 0.678, green: 0.847, blue: 0.902, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xADD8E6
0x hex (ARGB)0xFFADD8E6
Array 0–1[0.678, 0.847, 0.902]
Array 0–255[173, 216, 230]
Decimal integer11393254

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
Light Blue on white1.53:1FailLc 24Not usable for text
Light Blue on black13.74:1AAALc 79Body text, 18px and up

Light Blue text on a white background

Light Blue text on a black background

White text on Light Blue

Black text on Light Blue

Tonal scale

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

  • 50#defeff
  • 100#d2f4ff
  • 200#c0e3ef
  • 300#a7cdda
  • 400#89b1be
  • 500#6a93a0
  • 600#527885
  • 700#3d616c
  • 800#2c4d57
  • 900#1f3d46
  • 950#0a232a

Tints and shades

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

  • Tint 1#bbdfea
  • Tint 2#c9e5ee
  • Tint 3#d6ecf3
  • Tint 4#e4f2f7
  • Tint 5#f1f9fb
  • Shade 1#87a9b4
  • Shade 2#637d85
  • Shade 3#415359
  • Shade 4#212c30
  • Shade 5#060a0c

Colours that work with Light Blue

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

  • #edc6b8
  • #e7c4da
  • #d7d1ad
  • #acdbd7
  • #b8d3ef

Closest CSS names

  • lightblueexact match
  • powderblueΔEok 0.022
  • lightgrayΔEok 0.050
  • lightsteelblueΔEok 0.051
  • skyblueΔEok 0.053
  • paleturquoiseΔEok 0.057