#08200c
a deep, vivid green · cool · closest name: black
RGB
8, 32, 12
HSL
130°, 60%, 8%
CMYK
75, 0, 63, 88
Luminance
0.0111
Every format
| HEX | #08200c |
| RGB | rgb(8, 32, 12) |
| HSL | hsl(130, 60%, 8%) |
| CMYK | cmyk(75%, 0%, 63%, 88%) |
| LAB | lab(9.9 -14.6 9.5) |
| LCH | lch(9.9 17.4 146.9) |
| OKLCH | oklch(0.218 0.049 147.1) |
Copy-ready code
/* CSS */
color: #08200c;
background-color: #08200c;
/* Tailwind (arbitrary) */
class="text-[#08200c] bg-[#08200c]"
/* SCSS */
$brand: #08200c;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.047)
/* Android */
Color.parseColor("#08200c")Accessibility — WCAG contrast
Aa
#08200c on white: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08200c on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue4.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow62.5%
Key (black)87.5%
Color previews
#08200c text on a black background
contrast 1.22:1
Card sample
#08200c text on a white background
contrast 17.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08200c;
Background color
Panel with #08200c background
background-color: #08200c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08200c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08200c; background: linear-gradient(135deg, #08200c, #08201C);