#02090e
a deep, electric blue · cool · closest name: black
RGB
2, 9, 14
HSL
205°, 75%, 3%
CMYK
86, 36, 0, 95
Luminance
0.0024
Every format
| HEX | #02090e |
| RGB | rgb(2, 9, 14) |
| HSL | hsl(205, 75%, 3%) |
| CMYK | cmyk(86%, 36%, 0%, 95%) |
| LAB | lab(2.2 -1.1 -2.7) |
| LCH | lch(2.2 2.9 248.5) |
| OKLCH | oklch(0.133 0.019 231.0) |
Copy-ready code
/* CSS */
color: #02090e;
background-color: #02090e;
/* Tailwind (arbitrary) */
class="text-[#02090e] bg-[#02090e]"
/* SCSS */
$brand: #02090e;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.055)
/* Android */
Color.parseColor("#02090e")Accessibility — WCAG contrast
Aa
#02090e on white: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02090e on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue5.5%
CMYK percentages
Cyan85.7%
Magenta35.7%
Yellow0.0%
Key (black)94.5%
Color previews
#02090e text on a black background
contrast 1.05:1
Card sample
#02090e text on a white background
contrast 20.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02090e;
Background color
Panel with #02090e background
background-color: #02090e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02090e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02090e; background: linear-gradient(135deg, #02090e, #03020E);