#022f21
a deep, electric cyan · cool · closest name: darkslategray
RGB
2, 47, 33
HSL
161°, 92%, 10%
CMYK
96, 0, 30, 82
Luminance
0.0216
Every format
| HEX | #022f21 |
| RGB | rgb(2, 47, 33) |
| HSL | hsl(161, 92%, 10%) |
| CMYK | cmyk(96%, 0%, 30%, 82%) |
| LAB | lab(16.3 -19.1 4.8) |
| LCH | lch(16.3 19.7 165.7) |
| OKLCH | oklch(0.272 0.054 166.8) |
Copy-ready code
/* CSS */
color: #022f21;
background-color: #022f21;
/* Tailwind (arbitrary) */
class="text-[#022f21] bg-[#022f21]"
/* SCSS */
$brand: #022f21;
/* SwiftUI */
Color(red: 0.008, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#022f21")Accessibility — WCAG contrast
Aa
#022f21 on white: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#022f21 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green18.4%
Blue12.9%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow29.8%
Key (black)81.6%
Color previews
#022f21 text on a black background
contrast 1.43:1
Card sample
#022f21 text on a white background
contrast 14.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #022f21;
Background color
Panel with #022f21 background
background-color: #022f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #022f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #022f21; background: linear-gradient(135deg, #022f21, #021F2F);