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