#06221c
a deep, vivid cyan · cool · closest name: black
RGB
6, 34, 28
HSL
167°, 70%, 8%
CMYK
82, 0, 18, 87
Luminance
0.0127
Every format
| HEX | #06221c |
| RGB | rgb(6, 34, 28) |
| HSL | hsl(167, 70%, 8%) |
| CMYK | cmyk(82%, 0%, 18%, 87%) |
| LAB | lab(11.0 -12.5 0.9) |
| LCH | lch(11.0 12.5 175.7) |
| OKLCH | oklch(0.229 0.036 176.3) |
Copy-ready code
/* CSS */
color: #06221c;
background-color: #06221c;
/* Tailwind (arbitrary) */
class="text-[#06221c] bg-[#06221c]"
/* SCSS */
$brand: #06221c;
/* SwiftUI */
Color(red: 0.024, green: 0.133, blue: 0.110)
/* Android */
Color.parseColor("#06221c")Accessibility — WCAG contrast
Aa
#06221c on white: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06221c on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green13.3%
Blue11.0%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow17.6%
Key (black)86.7%
Color previews
#06221c text on a black background
contrast 1.25:1
Card sample
#06221c text on a white background
contrast 16.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06221c;
Background color
Panel with #06221c background
background-color: #06221c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06221c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 34, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 34, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06221c; background: linear-gradient(135deg, #06221c, #061522);