#021921
a deep, electric cyan · cool · closest name: black
RGB
2, 25, 33
HSL
196°, 89%, 7%
CMYK
94, 24, 0, 87
Luminance
0.0082
Every format
| HEX | #021921 |
| RGB | rgb(2, 25, 33) |
| HSL | hsl(196, 89%, 7%) |
| CMYK | cmyk(94%, 24%, 0%, 87%) |
| LAB | lab(7.4 -5.3 -8.3) |
| LCH | lch(7.4 9.8 237.2) |
| OKLCH | oklch(0.199 0.034 223.2) |
Copy-ready code
/* CSS */
color: #021921;
background-color: #021921;
/* Tailwind (arbitrary) */
class="text-[#021921] bg-[#021921]"
/* SCSS */
$brand: #021921;
/* SwiftUI */
Color(red: 0.008, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#021921")Accessibility — WCAG contrast
Aa
#021921 on white: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021921 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green9.8%
Blue12.9%
CMYK percentages
Cyan93.9%
Magenta24.2%
Yellow0.0%
Key (black)87.1%
Color previews
#021921 text on a black background
contrast 1.16:1
Card sample
#021921 text on a white background
contrast 18.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021921;
Background color
Panel with #021921 background
background-color: #021921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021921; background: linear-gradient(135deg, #021921, #020421);