#02090f
a deep, electric blue · cool · closest name: black
RGB
2, 9, 15
HSL
208°, 77%, 3%
CMYK
87, 40, 0, 94
Luminance
0.0024
Every format
| HEX | #02090f |
| RGB | rgb(2, 9, 15) |
| HSL | hsl(208, 77%, 3%) |
| CMYK | cmyk(87%, 40%, 0%, 94%) |
| LAB | lab(2.2 -0.9 -3.2) |
| LCH | lch(2.2 3.3 254.5) |
| OKLCH | oklch(0.133 0.021 235.9) |
Copy-ready code
/* CSS */
color: #02090f;
background-color: #02090f;
/* Tailwind (arbitrary) */
class="text-[#02090f] bg-[#02090f]"
/* SCSS */
$brand: #02090f;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.059)
/* Android */
Color.parseColor("#02090f")Accessibility — WCAG contrast
Aa
#02090f on white: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02090f on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue5.9%
CMYK percentages
Cyan86.7%
Magenta40.0%
Yellow0.0%
Key (black)94.1%
Color previews
#02090f text on a black background
contrast 1.05:1
Card sample
#02090f text on a white background
contrast 20.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02090f;
Background color
Panel with #02090f background
background-color: #02090f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02090f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02090f; background: linear-gradient(135deg, #02090f, #04020F);