#008fdf
a dark, electric blue · cool · closest name: steelblue
RGB
0, 143, 223
HSL
202°, 100%, 44%
CMYK
100, 36, 0, 13
Luminance
0.2497
Every format
| HEX | #008fdf |
| RGB | rgb(0, 143, 223) |
| HSL | hsl(202, 100%, 44%) |
| CMYK | cmyk(100%, 36%, 0%, 13%) |
| LAB | lab(57.0 -2.7 -49.4) |
| LCH | lch(57.0 49.5 266.9) |
| OKLCH | oklch(0.627 0.156 244.5) |
Copy-ready code
/* CSS */
color: #008fdf;
background-color: #008fdf;
/* Tailwind (arbitrary) */
class="text-[#008fdf] bg-[#008fdf]"
/* SCSS */
$brand: #008fdf;
/* SwiftUI */
Color(red: 0.000, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#008fdf")Accessibility — WCAG contrast
Aa
#008fdf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008fdf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green56.1%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#008fdf text on a black background
contrast 5.99:1
Card sample
#008fdf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008fdf;
Background color
Panel with #008fdf background
background-color: #008fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008fdf; background: linear-gradient(135deg, #008fdf, #0600DF);