#08321e
a deep, vivid green · cool · closest name: darkslategray
RGB
8, 50, 30
HSL
151°, 72%, 11%
CMYK
84, 0, 40, 80
Luminance
0.0243
Every format
| HEX | #08321e |
| RGB | rgb(8, 50, 30) |
| HSL | hsl(151, 72%, 11%) |
| CMYK | cmyk(84%, 0%, 40%, 80%) |
| LAB | lab(17.6 -20.0 8.7) |
| LCH | lch(17.6 21.9 156.5) |
| OKLCH | oklch(0.283 0.059 158.0) |
Copy-ready code
/* CSS */
color: #08321e;
background-color: #08321e;
/* Tailwind (arbitrary) */
class="text-[#08321e] bg-[#08321e]"
/* SCSS */
$brand: #08321e;
/* SwiftUI */
Color(red: 0.031, green: 0.196, blue: 0.118)
/* Android */
Color.parseColor("#08321e")Accessibility — WCAG contrast
Aa
#08321e on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08321e on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.6%
Blue11.8%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow40.0%
Key (black)80.4%
Color previews
#08321e text on a black background
contrast 1.49:1
Card sample
#08321e text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08321e;
Background color
Panel with #08321e background
background-color: #08321e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08321e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 50, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 50, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08321e; background: linear-gradient(135deg, #08321e, #082A32);