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