#020911
a deep, electric blue · cool · closest name: black
RGB
2, 9, 17
HSL
212°, 79%, 4%
CMYK
88, 47, 0, 93
Luminance
0.0025
Every format
| HEX | #020911 |
| RGB | rgb(2, 9, 17) |
| HSL | hsl(212, 79%, 4%) |
| CMYK | cmyk(88%, 47%, 0%, 93%) |
| LAB | lab(2.3 -0.5 -4.2) |
| LCH | lch(2.3 4.3 263.1) |
| OKLCH | oklch(0.135 0.024 243.6) |
Copy-ready code
/* CSS */
color: #020911;
background-color: #020911;
/* Tailwind (arbitrary) */
class="text-[#020911] bg-[#020911]"
/* SCSS */
$brand: #020911;
/* SwiftUI */
Color(red: 0.008, green: 0.035, blue: 0.067)
/* Android */
Color.parseColor("#020911")Accessibility — WCAG contrast
Aa
#020911 on white: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020911 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green3.5%
Blue6.7%
CMYK percentages
Cyan88.2%
Magenta47.1%
Yellow0.0%
Key (black)93.3%
Color previews
#020911 text on a black background
contrast 1.05:1
Card sample
#020911 text on a white background
contrast 20.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020911;
Background color
Panel with #020911 background
background-color: #020911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 9, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 9, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020911; background: linear-gradient(135deg, #020911, #050211);