#08331e
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 51, 30
HSL
151°, 73%, 12%
CMYK
84, 0, 41, 80
Luminance
0.0251
Every format
| HEX | #08331e |
| RGB | rgb(8, 51, 30) |
| HSL | hsl(151, 73%, 12%) |
| CMYK | cmyk(84%, 0%, 41%, 80%) |
| LAB | lab(18.0 -20.5 9.3) |
| LCH | lch(18.0 22.5 155.7) |
| OKLCH | oklch(0.286 0.060 157.3) |
Copy-ready code
/* CSS */
color: #08331e;
background-color: #08331e;
/* Tailwind (arbitrary) */
class="text-[#08331e] bg-[#08331e]"
/* SCSS */
$brand: #08331e;
/* SwiftUI */
Color(red: 0.031, green: 0.200, blue: 0.118)
/* Android */
Color.parseColor("#08331e")Accessibility — WCAG contrast
Aa
#08331e on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08331e on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.0%
Blue11.8%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow41.2%
Key (black)80.0%
Color previews
#08331e text on a black background
contrast 1.50:1
Card sample
#08331e text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08331e;
Background color
Panel with #08331e background
background-color: #08331e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08331e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 51, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 51, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08331e; background: linear-gradient(135deg, #08331e, #082B33);