#009eee
a balanced, electric blue · cool · closest name: steelblue
RGB
0, 158, 238
HSL
200°, 100%, 47%
CMYK
100, 34, 0, 7
Luminance
0.3063
Every format
| HEX | #009eee |
| RGB | rgb(0, 158, 238) |
| HSL | hsl(200, 100%, 47%) |
| CMYK | cmyk(100%, 34%, 0%, 7%) |
| LAB | lab(62.2 -5.7 -49.6) |
| LCH | lch(62.2 49.9 263.4) |
| OKLCH | oklch(0.670 0.160 242.2) |
Copy-ready code
/* CSS */
color: #009eee;
background-color: #009eee;
/* Tailwind (arbitrary) */
class="text-[#009eee] bg-[#009eee]"
/* SCSS */
$brand: #009eee;
/* SwiftUI */
Color(red: 0.000, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#009eee")Accessibility — WCAG contrast
Aa
#009eee on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#009eee on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#009eee text on a black background
contrast 7.13:1
Card sample
#009eee text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009eee;
Background color
Panel with #009eee background
background-color: #009eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009eee; background: linear-gradient(135deg, #009eee, #0100EE);