#008ade
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 138, 222
HSL
203°, 100%, 44%
CMYK
100, 38, 0, 13
Luminance
0.2345
Every format
| HEX | #008ade |
| RGB | rgb(0, 138, 222) |
| HSL | hsl(203, 100%, 44%) |
| CMYK | cmyk(100%, 38%, 0%, 13%) |
| LAB | lab(55.5 -0.1 -51.3) |
| LCH | lch(55.5 51.3 269.9) |
| OKLCH | oklch(0.615 0.160 246.5) |
Copy-ready code
/* CSS */
color: #008ade;
background-color: #008ade;
/* Tailwind (arbitrary) */
class="text-[#008ade] bg-[#008ade]"
/* SCSS */
$brand: #008ade;
/* SwiftUI */
Color(red: 0.000, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#008ade")Accessibility — WCAG contrast
Aa
#008ade on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008ade on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.1%
Blue87.1%
CMYK percentages
Cyan100.0%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#008ade text on a black background
contrast 5.69:1
Card sample
#008ade text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008ade;
Background color
Panel with #008ade background
background-color: #008ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008ade; background: linear-gradient(135deg, #008ade, #0A00DE);