#02140f
a deep, electric cyan · cool · closest name: black
RGB
2, 20, 15
HSL
163°, 82%, 4%
CMYK
90, 0, 25, 92
Luminance
0.0055
Every format
| HEX | #02140f |
| RGB | rgb(2, 20, 15) |
| HSL | hsl(163, 82%, 4%) |
| CMYK | cmyk(90%, 0%, 25%, 92%) |
| LAB | lab(5.0 -6.5 0.8) |
| LCH | lch(5.0 6.6 172.7) |
| OKLCH | oklch(0.173 0.029 174.1) |
Copy-ready code
/* CSS */
color: #02140f;
background-color: #02140f;
/* Tailwind (arbitrary) */
class="text-[#02140f] bg-[#02140f]"
/* SCSS */
$brand: #02140f;
/* SwiftUI */
Color(red: 0.008, green: 0.078, blue: 0.059)
/* Android */
Color.parseColor("#02140f")Accessibility — WCAG contrast
Aa
#02140f on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02140f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green7.8%
Blue5.9%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow25.0%
Key (black)92.2%
Color previews
#02140f text on a black background
contrast 1.11:1
Card sample
#02140f text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02140f;
Background color
Panel with #02140f background
background-color: #02140f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02140f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 20, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 20, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02140f; background: linear-gradient(135deg, #02140f, #020D14);