#021913
a deep, electric cyan · cool · closest name: black
RGB
2, 25, 19
HSL
164°, 85%, 5%
CMYK
92, 0, 24, 90
Luminance
0.0076
Every format
| HEX | #021913 |
| RGB | rgb(2, 25, 19) |
| HSL | hsl(164, 85%, 5%) |
| CMYK | cmyk(92%, 0%, 24%, 90%) |
| LAB | lab(6.8 -9.3 1.2) |
| LCH | lch(6.8 9.4 172.5) |
| OKLCH | oklch(0.192 0.033 173.8) |
Copy-ready code
/* CSS */
color: #021913;
background-color: #021913;
/* Tailwind (arbitrary) */
class="text-[#021913] bg-[#021913]"
/* SCSS */
$brand: #021913;
/* SwiftUI */
Color(red: 0.008, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#021913")Accessibility — WCAG contrast
Aa
#021913 on white: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021913 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green9.8%
Blue7.5%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow24.0%
Key (black)90.2%
Color previews
#021913 text on a black background
contrast 1.15:1
Card sample
#021913 text on a white background
contrast 18.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021913;
Background color
Panel with #021913 background
background-color: #021913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021913; background: linear-gradient(135deg, #021913, #021019);