#08400c
a deep, electric green · cool · closest name: seagreen
RGB
8, 64, 12
HSL
124°, 78%, 14%
CMYK
88, 0, 81, 75
Luminance
0.0374
Every format
| HEX | #08400c |
| RGB | rgb(8, 64, 12) |
| HSL | hsl(124, 78%, 14%) |
| CMYK | cmyk(88%, 0%, 81%, 75%) |
| LAB | lab(22.8 -29.3 25.5) |
| LCH | lch(22.8 38.8 138.9) |
| OKLCH | oklch(0.325 0.098 143.7) |
Copy-ready code
/* CSS */
color: #08400c;
background-color: #08400c;
/* Tailwind (arbitrary) */
class="text-[#08400c] bg-[#08400c]"
/* SCSS */
$brand: #08400c;
/* SwiftUI */
Color(red: 0.031, green: 0.251, blue: 0.047)
/* Android */
Color.parseColor("#08400c")Accessibility — WCAG contrast
Aa
#08400c on white: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08400c on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green25.1%
Blue4.7%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow81.2%
Key (black)74.9%
Color previews
#08400c text on a black background
contrast 1.75:1
Card sample
#08400c text on a white background
contrast 12.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08400c;
Background color
Panel with #08400c background
background-color: #08400c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08400c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 64, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 64, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08400c; background: linear-gradient(135deg, #08400c, #084031);