#08441f
a deep, electric green · cool · closest name: darkslategray
RGB
8, 68, 31
HSL
143°, 79%, 15%
CMYK
88, 0, 54, 73
Luminance
0.0428
Every format
| HEX | #08441f |
| RGB | rgb(8, 68, 31) |
| HSL | hsl(143, 79%, 15%) |
| CMYK | cmyk(88%, 0%, 54%, 73%) |
| LAB | lab(24.6 -28.0 17.3) |
| LCH | lch(24.6 32.9 148.3) |
| OKLCH | oklch(0.341 0.086 150.8) |
Copy-ready code
/* CSS */
color: #08441f;
background-color: #08441f;
/* Tailwind (arbitrary) */
class="text-[#08441f] bg-[#08441f]"
/* SCSS */
$brand: #08441f;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.122)
/* Android */
Color.parseColor("#08441f")Accessibility — WCAG contrast
Aa
#08441f on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08441f on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue12.2%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow54.4%
Key (black)73.3%
Color previews
#08441f text on a black background
contrast 1.86:1
Card sample
#08441f text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08441f;
Background color
Panel with #08441f background
background-color: #08441f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08441f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08441f; background: linear-gradient(135deg, #08441f, #084144);