CSS named colour

Deep Sky Blue

#00bfff

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

RGB
rgb(0 191 255)
HSL
195°, 100%, 50%
OKLCh
75.5% 0.153 231.6

Open in the picker

Deep Sky Blue in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#00bfff
RGBrgb(0 191 255)
RGB legacyrgb(0, 191, 255)
RGB percentrgb(0% 74.9% 100%)
HSLhsl(195.1 100% 50%)
HSL legacyhsl(195.1, 100%, 50%)
HSV / HSBhsv(195.1, 100%, 100%)
HWBhwb(195.1 0% 0%)
Nearest namedeepskyblue
CMYKcmyk(100%, 25.1%, 0%, 0%)Naive conversion. Real print work needs an ICC profile.

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

OKLChoklch(75.535% 0.15342 231.639)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(75.535% -0.09522 -0.1203)
CIE LChlch(71.833% 49.765 241.075)
CIE Lablab(71.833% -24.07 -43.557)
Display P3color(display-p3 0.3363 0.7378 0.9769)
Rec. 2020color(rec2020 0.451 0.6985 0.9706)
srgb-linearcolor(srgb-linear 0 0.521 1)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.3668 0.4448 1.0126)

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

GLSL vec3 — sRGBvec3(0.0, 0.749, 1.0)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.0, 0.521, 1.0)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.0, 0.749, 1.0, 1.0)
GLSL vec4 — linearvec4(0.0, 0.521, 1.0, 1.0)
GLSL ivec3ivec3(0, 191, 255)
HLSL float3 — sRGBfloat3(0.0, 0.749, 1.0)
HLSL float3 — linearfloat3(0.0, 0.521, 1.0)
HLSL float4 — sRGBfloat4(0.0, 0.749, 1.0, 1.0)
HLSL half4 — sRGBhalf4(0.0, 0.749, 1.0, 1.0)
WGSL vec3f — sRGBvec3f(0.0, 0.749, 1.0)
WGSL vec4f — sRGBvec4f(0.0, 0.749, 1.0, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.0, 0.521, 1.0)

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

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

Raw valuesPacked integers and plain arrays.

0x hex0x00BFFF
0x hex (ARGB)0xFF00BFFF
Array 0–1[0, 0.749, 1]
Array 0–255[0, 191, 255]
Decimal integer49151

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
Deep Sky Blue on white2.12:1FailLc 41Non-text elements only
Deep Sky Blue on black9.90:1AAALc 61Headings and large text

Deep Sky Blue text on a white background

Deep Sky Blue text on a black background

White text on Deep Sky Blue

Black text on Deep Sky Blue

Tonal scale

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

  • 50#defdff
  • 100#c8f5ff
  • 200#9fe8ff
  • 300#5bd4ff
  • 400#0ab8f5
  • 500#0099d7
  • 600#007db2
  • 700#006491
  • 800#005076
  • 900#003f5f
  • 950#00243b

Tints and shades

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

  • Tint 1#57cbff
  • Tint 2#80d6ff
  • Tint 3#a3e1ff
  • Tint 4#c3ebff
  • Tint 5#e1f5ff
  • Shade 1#0095c8
  • Shade 2#006d94
  • Shade 3#004863
  • Shade 4#002636
  • Shade 5#00080f

Colours that work with Deep Sky Blue

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

  • #fa904a
  • #f783ba
  • #b3b82c
  • #00cad7
  • #7aaeff

Closest CSS names

  • deepskyblueexact match
  • lightskyblueΔEok 0.089
  • darkturquoiseΔEok 0.090
  • skyblueΔEok 0.094
  • mediumturquoiseΔEok 0.104
  • cornflowerblueΔEok 0.111