#08341c
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 52, 28
HSL
147°, 73%, 12%
CMYK
85, 0, 46, 80
Luminance
0.0259
Every format
| HEX | #08341c |
| RGB | rgb(8, 52, 28) |
| HSL | hsl(147, 73%, 12%) |
| CMYK | cmyk(85%, 0%, 46%, 80%) |
| LAB | lab(18.3 -21.5 11.1) |
| LCH | lch(18.3 24.2 152.8) |
| OKLCH | oklch(0.289 0.064 154.6) |
Copy-ready code
/* CSS */
color: #08341c;
background-color: #08341c;
/* Tailwind (arbitrary) */
class="text-[#08341c] bg-[#08341c]"
/* SCSS */
$brand: #08341c;
/* SwiftUI */
Color(red: 0.031, green: 0.204, blue: 0.110)
/* Android */
Color.parseColor("#08341c")Accessibility — WCAG contrast
Aa
#08341c on white: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08341c on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.4%
Blue11.0%
CMYK percentages
Cyan84.6%
Magenta0.0%
Yellow46.2%
Key (black)79.6%
Color previews
#08341c text on a black background
contrast 1.52:1
Card sample
#08341c text on a white background
contrast 13.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08341c;
Background color
Panel with #08341c background
background-color: #08341c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08341c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 52, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 52, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08341c; background: linear-gradient(135deg, #08341c, #082F34);