#08491b
a deep, electric green · cool · closest name: seagreen
RGB
8, 73, 27
HSL
138°, 80%, 16%
CMYK
89, 0, 63, 71
Luminance
0.0490
Every format
| HEX | #08491b |
| RGB | rgb(8, 73, 27) |
| HSL | hsl(138, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 63%, 71%) |
| LAB | lab(26.4 -30.7 21.8) |
| LCH | lch(26.4 37.7 144.6) |
| OKLCH | oklch(0.356 0.098 147.8) |
Copy-ready code
/* CSS */
color: #08491b;
background-color: #08491b;
/* Tailwind (arbitrary) */
class="text-[#08491b] bg-[#08491b]"
/* SCSS */
$brand: #08491b;
/* SwiftUI */
Color(red: 0.031, green: 0.286, blue: 0.106)
/* Android */
Color.parseColor("#08491b")Accessibility — WCAG contrast
Aa
#08491b on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08491b on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.6%
Blue10.6%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow63.0%
Key (black)71.4%
Color previews
#08491b text on a black background
contrast 1.98:1
Card sample
#08491b text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08491b;
Background color
Panel with #08491b background
background-color: #08491b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08491b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 73, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 73, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08491b; background: linear-gradient(135deg, #08491b, #084946);