#020e1f
a deep, electric blue · cool · closest name: black
RGB
2, 14, 31
HSL
215°, 88%, 7%
CMYK
94, 55, 0, 88
Luminance
0.0043
Every format
| HEX | #020e1f |
| RGB | rgb(2, 14, 31) |
| HSL | hsl(215, 88%, 7%) |
| CMYK | cmyk(94%, 55%, 0%, 88%) |
| LAB | lab(3.9 1.0 -12.1) |
| LCH | lch(3.9 12.2 274.8) |
| OKLCH | oklch(0.162 0.042 253.3) |
Copy-ready code
/* CSS */
color: #020e1f;
background-color: #020e1f;
/* Tailwind (arbitrary) */
class="text-[#020e1f] bg-[#020e1f]"
/* SCSS */
$brand: #020e1f;
/* SwiftUI */
Color(red: 0.008, green: 0.055, blue: 0.122)
/* Android */
Color.parseColor("#020e1f")Accessibility — WCAG contrast
Aa
#020e1f on white: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#020e1f on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green5.5%
Blue12.2%
CMYK percentages
Cyan93.5%
Magenta54.8%
Yellow0.0%
Key (black)87.8%
Color previews
#020e1f text on a black background
contrast 1.09:1
Card sample
#020e1f text on a white background
contrast 19.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #020e1f;
Background color
Panel with #020e1f background
background-color: #020e1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #020e1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 14, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 14, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #020e1f; background: linear-gradient(135deg, #020e1f, #09021F);