#082011
a deep, vivid green · cool · closest name: black
RGB
8, 32, 17
HSL
143°, 60%, 8%
CMYK
75, 0, 47, 88
Luminance
0.0113
Every format
| HEX | #082011 |
| RGB | rgb(8, 32, 17) |
| HSL | hsl(143, 60%, 8%) |
| CMYK | cmyk(75%, 0%, 47%, 88%) |
| LAB | lab(10.0 -13.7 7.1) |
| LCH | lch(10.0 15.4 152.6) |
| OKLCH | oklch(0.219 0.042 153.7) |
Copy-ready code
/* CSS */
color: #082011;
background-color: #082011;
/* Tailwind (arbitrary) */
class="text-[#082011] bg-[#082011]"
/* SCSS */
$brand: #082011;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.067)
/* Android */
Color.parseColor("#082011")Accessibility — WCAG contrast
Aa
#082011 on white: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082011 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue6.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow46.9%
Key (black)87.5%
Color previews
#082011 text on a black background
contrast 1.23:1
Card sample
#082011 text on a white background
contrast 17.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082011;
Background color
Panel with #082011 background
background-color: #082011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082011; background: linear-gradient(135deg, #082011, #081F20);