#008eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 142, 238
HSL
204°, 100%, 47%
CMYK
100, 40, 0, 7
Luminance
0.2552
Every format
| HEX | #008eee |
| RGB | rgb(0, 142, 238) |
| HSL | hsl(204, 100%, 47%) |
| CMYK | cmyk(100%, 40%, 0%, 7%) |
| LAB | lab(57.6 3.6 -56.9) |
| LCH | lch(57.6 57.0 273.7) |
| OKLCH | oklch(0.634 0.175 249.0) |
Copy-ready code
/* CSS */
color: #008eee;
background-color: #008eee;
/* Tailwind (arbitrary) */
class="text-[#008eee] bg-[#008eee]"
/* SCSS */
$brand: #008eee;
/* SwiftUI */
Color(red: 0.000, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#008eee")Accessibility — WCAG contrast
Aa
#008eee on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008eee on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#008eee text on a black background
contrast 6.10:1
Card sample
#008eee text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008eee;
Background color
Panel with #008eee background
background-color: #008eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008eee; background: linear-gradient(135deg, #008eee, #1100EE);