#02090d
a deep, vivid blue · cool · closest name: black
RGB
2, 9, 13
HSL
202°, 73%, 3%
CMYK
85, 31, 0, 95
Luminance
0.0024
Every format
| HEX | #02090d |
| RGB | rgb(2, 9, 13) |
| HSL | hsl(202, 73%, 3%) |
| CMYK | cmyk(85%, 31%, 0%, 95%) |
| LAB | lab(2.1 -1.2 -2.3) |
| LCH | lch(2.1 2.6 241.2) |
| OKLCH | oklch(0.132 0.018 225.3) |
Copy-ready code
/* CSS */
color: #02090d;
background-color: #02090d;
/* Tailwind (arbitrary) */
class="text-[#02090d] bg-[#02090d]"
/* SCSS */
$brand: #02090d;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.051)
/* Android */
Color.parseColor("#02090d")Accessibility — WCAG contrast
Aa
#02090d on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02090d on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue5.1%
CMYK percentages
Cyan84.6%
Magenta30.8%
Yellow0.0%
Key (black)94.9%
Color previews
#02090d text on a black background
contrast 1.05:1
Card sample
#02090d text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02090d;
Background color
Panel with #02090d background
background-color: #02090d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02090d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02090d; background: linear-gradient(135deg, #02090d, #02020D);