#08481f
a deep, electric green · cool · closest name: seagreen
RGB
8, 72, 31
HSL
142°, 80%, 16%
CMYK
89, 0, 57, 72
Luminance
0.0479
Every format
| HEX | #08481f |
| RGB | rgb(8, 72, 31) |
| HSL | hsl(142, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 57%, 72%) |
| LAB | lab(26.1 -29.6 19.1) |
| LCH | lch(26.1 35.3 147.1) |
| OKLCH | oklch(0.353 0.092 149.8) |
Copy-ready code
/* CSS */
color: #08481f;
background-color: #08481f;
/* Tailwind (arbitrary) */
class="text-[#08481f] bg-[#08481f]"
/* SCSS */
$brand: #08481f;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#08481f")Accessibility — WCAG contrast
Aa
#08481f on white: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08481f on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue12.2%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow56.9%
Key (black)71.8%
Color previews
#08481f text on a black background
contrast 1.96:1
Card sample
#08481f text on a white background
contrast 10.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08481f;
Background color
Panel with #08481f background
background-color: #08481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08481f; background: linear-gradient(135deg, #08481f, #084648);