#08482f
a deep, electric green · cool · closest name: darkslategray
RGB
8, 72, 47
HSL
157°, 80%, 16%
CMYK
89, 0, 35, 72
Luminance
0.0489
Every format
| HEX | #08482f |
| RGB | rgb(8, 72, 47) |
| HSL | hsl(157, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 35%, 72%) |
| LAB | lab(26.4 -26.1 9.7) |
| LCH | lch(26.4 27.8 159.6) |
| OKLCH | oklch(0.357 0.075 160.9) |
Copy-ready code
/* CSS */
color: #08482f;
background-color: #08482f;
/* Tailwind (arbitrary) */
class="text-[#08482f] bg-[#08482f]"
/* SCSS */
$brand: #08482f;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.184)
/* Android */
Color.parseColor("#08482f")Accessibility — WCAG contrast
Aa
#08482f on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08482f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue18.4%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow34.7%
Key (black)71.8%
Color previews
#08482f text on a black background
contrast 1.98:1
Card sample
#08482f text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08482f;
Background color
Panel with #08482f background
background-color: #08482f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08482f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08482f; background: linear-gradient(135deg, #08482f, #083648);