#022521
a deep, electric cyan · cool · closest name: black
RGB
2, 37, 33
HSL
173°, 90%, 8%
CMYK
95, 0, 11, 86
Luminance
0.0145
Every format
| HEX | #022521 |
| RGB | rgb(2, 37, 33) |
| HSL | hsl(173, 90%, 8%) |
| CMYK | cmyk(95%, 0%, 11%, 86%) |
| LAB | lab(12.3 -13.7 -0.9) |
| LCH | lch(12.3 13.7 183.9) |
| OKLCH | oklch(0.239 0.040 183.9) |
Copy-ready code
/* CSS */
color: #022521;
background-color: #022521;
/* Tailwind (arbitrary) */
class="text-[#022521] bg-[#022521]"
/* SCSS */
$brand: #022521;
/* SwiftUI */
Color(red: 0.008, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#022521")Accessibility — WCAG contrast
Aa
#022521 on white: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022521 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green14.5%
Blue12.9%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow10.8%
Key (black)85.5%
Color previews
#022521 text on a black background
contrast 1.29:1
Card sample
#022521 text on a white background
contrast 16.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022521;
Background color
Panel with #022521 background
background-color: #022521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022521; background: linear-gradient(135deg, #022521, #021225);