#02090a
a deep, vivid cyan · cool · closest name: black
RGB
2, 9, 10
HSL
188°, 67%, 2%
CMYK
80, 10, 0, 96
Luminance
0.0023
Every format
| HEX | #02090a |
| RGB | rgb(2, 9, 10) |
| HSL | hsl(188, 67%, 2%) |
| CMYK | cmyk(80%, 10%, 0%, 96%) |
| LAB | lab(2.1 -1.7 -1.0) |
| LCH | lch(2.1 2.0 211.1) |
| OKLCH | oklch(0.130 0.016 203.8) |
Copy-ready code
/* CSS */
color: #02090a;
background-color: #02090a;
/* Tailwind (arbitrary) */
class="text-[#02090a] bg-[#02090a]"
/* SCSS */
$brand: #02090a;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.039)
/* Android */
Color.parseColor("#02090a")Accessibility — WCAG contrast
Aa
#02090a on white: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02090a on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue3.9%
CMYK percentages
Cyan80.0%
Magenta10.0%
Yellow0.0%
Key (black)96.1%
Color previews
#02090a text on a black background
contrast 1.05:1
Card sample
#02090a text on a white background
contrast 20.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02090a;
Background color
Panel with #02090a background
background-color: #02090a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02090a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02090a; background: linear-gradient(135deg, #02090a, #02040A);