#02090c
a deep, vivid cyan · cool · closest name: black
RGB
2, 9, 12
HSL
198°, 71%, 3%
CMYK
83, 25, 0, 95
Luminance
0.0023
Every format
| HEX | #02090c |
| RGB | rgb(2, 9, 12) |
| HSL | hsl(198, 71%, 3%) |
| CMYK | cmyk(83%, 25%, 0%, 95%) |
| LAB | lab(2.1 -1.4 -1.8) |
| LCH | lch(2.1 2.3 232.4) |
| OKLCH | oklch(0.132 0.017 218.8) |
Copy-ready code
/* CSS */
color: #02090c;
background-color: #02090c;
/* Tailwind (arbitrary) */
class="text-[#02090c] bg-[#02090c]"
/* SCSS */
$brand: #02090c;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.047)
/* Android */
Color.parseColor("#02090c")Accessibility — WCAG contrast
Aa
#02090c on white: 20.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02090c on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue4.7%
CMYK percentages
Cyan83.3%
Magenta25.0%
Yellow0.0%
Key (black)95.3%
Color previews
#02090c text on a black background
contrast 1.05:1
Card sample
#02090c text on a white background
contrast 20.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02090c;
Background color
Panel with #02090c background
background-color: #02090c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02090c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02090c; background: linear-gradient(135deg, #02090c, #02020C);