#08482c
a deep, electric green · cool · closest name: darkslategray
RGB
8, 72, 44
HSL
154°, 80%, 16%
CMYK
89, 0, 39, 72
Luminance
0.0487
Every format
| HEX | #08482c |
| RGB | rgb(8, 72, 44) |
| HSL | hsl(154, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 39%, 72%) |
| LAB | lab(26.4 -26.8 11.5) |
| LCH | lch(26.4 29.2 156.8) |
| OKLCH | oklch(0.356 0.078 158.3) |
Copy-ready code
/* CSS */
color: #08482c;
background-color: #08482c;
/* Tailwind (arbitrary) */
class="text-[#08482c] bg-[#08482c]"
/* SCSS */
$brand: #08482c;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.173)
/* Android */
Color.parseColor("#08482c")Accessibility — WCAG contrast
Aa
#08482c on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08482c on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue17.3%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow38.9%
Key (black)71.8%
Color previews
#08482c text on a black background
contrast 1.97:1
Card sample
#08482c text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08482c;
Background color
Panel with #08482c background
background-color: #08482c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08482c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08482c; background: linear-gradient(135deg, #08482c, #083948);