#02090b
a deep, vivid cyan · cool · closest name: black
RGB
2, 9, 11
HSL
193°, 69%, 3%
CMYK
82, 18, 0, 96
Luminance
0.0023
Every format
| HEX | #02090b |
| RGB | rgb(2, 9, 11) |
| HSL | hsl(193, 69%, 3%) |
| CMYK | cmyk(82%, 18%, 0%, 96%) |
| LAB | lab(2.1 -1.6 -1.4) |
| LCH | lch(2.1 2.1 222.3) |
| OKLCH | oklch(0.131 0.016 211.6) |
Copy-ready code
/* CSS */
color: #02090b;
background-color: #02090b;
/* Tailwind (arbitrary) */
class="text-[#02090b] bg-[#02090b]"
/* SCSS */
$brand: #02090b;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.043)
/* Android */
Color.parseColor("#02090b")Accessibility — WCAG contrast
Aa
#02090b on white: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02090b on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue4.3%
CMYK percentages
Cyan81.8%
Magenta18.2%
Yellow0.0%
Key (black)95.7%
Color previews
#02090b text on a black background
contrast 1.05:1
Card sample
#02090b text on a white background
contrast 20.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02090b;
Background color
Panel with #02090b background
background-color: #02090b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02090b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02090b; background: linear-gradient(135deg, #02090b, #02030B);