#062221
a deep, vivid cyan · cool · closest name: black
RGB
6, 34, 33
HSL
178°, 70%, 8%
CMYK
82, 0, 3, 87
Luminance
0.0129
Every format
| HEX | #062221 |
| RGB | rgb(6, 34, 33) |
| HSL | hsl(178, 70%, 8%) |
| CMYK | cmyk(82%, 0%, 3%, 87%) |
| LAB | lab(11.2 -10.7 -2.5) |
| LCH | lch(11.2 11.0 192.9) |
| OKLCH | oklch(0.231 0.033 191.8) |
Copy-ready code
/* CSS */
color: #062221;
background-color: #062221;
/* Tailwind (arbitrary) */
class="text-[#062221] bg-[#062221]"
/* SCSS */
$brand: #062221;
/* SwiftUI */
Color(red: 0.024, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#062221")Accessibility — WCAG contrast
Aa
#062221 on white: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062221 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green13.3%
Blue12.9%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow2.9%
Key (black)86.7%
Color previews
#062221 text on a black background
contrast 1.26:1
Card sample
#062221 text on a white background
contrast 16.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062221;
Background color
Panel with #062221 background
background-color: #062221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062221; background: linear-gradient(135deg, #062221, #061022);