#062206
a deep, vivid green · cool · closest name: black
RGB
6, 34, 6
HSL
120°, 70%, 8%
CMYK
82, 0, 82, 87
Luminance
0.0120
Every format
| HEX | #062206 |
| RGB | rgb(6, 34, 6) |
| HSL | hsl(120, 70%, 8%) |
| CMYK | cmyk(82%, 0%, 82%, 87%) |
| LAB | lab(10.5 -17.5 12.9) |
| LCH | lch(10.5 21.8 143.6) |
| OKLCH | oklch(0.223 0.061 143.2) |
Copy-ready code
/* CSS */
color: #062206;
background-color: #062206;
/* Tailwind (arbitrary) */
class="text-[#062206] bg-[#062206]"
/* SCSS */
$brand: #062206;
/* SwiftUI */
Color(red: 0.024, green: 0.133, blue: 0.024)
/* Android */
Color.parseColor("#062206")Accessibility — WCAG contrast
Aa
#062206 on white: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062206 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green13.3%
Blue2.4%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow82.4%
Key (black)86.7%
Color previews
#062206 text on a black background
contrast 1.24:1
Card sample
#062206 text on a white background
contrast 16.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062206;
Background color
Panel with #062206 background
background-color: #062206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 34, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 34, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062206; background: linear-gradient(135deg, #062206, #062219);