#08652f
a deep, electric green · cool · closest name: seagreen
RGB
8, 101, 47
HSL
145°, 85%, 21%
CMYK
92, 0, 54, 60
Luminance
0.0956
Every format
| HEX | #08652f |
| RGB | rgb(8, 101, 47) |
| HSL | hsl(145, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 54%, 60%) |
| LAB | lab(37.0 -38.0 23.6) |
| LCH | lch(37.0 44.8 148.2) |
| OKLCH | oklch(0.445 0.117 150.7) |
Copy-ready code
/* CSS */
color: #08652f;
background-color: #08652f;
/* Tailwind (arbitrary) */
class="text-[#08652f] bg-[#08652f]"
/* SCSS */
$brand: #08652f;
/* SwiftUI */
Color(red: 0.031, green: 0.396, blue: 0.184)
/* Android */
Color.parseColor("#08652f")Accessibility — WCAG contrast
Aa
#08652f on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08652f on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.6%
Blue18.4%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow53.5%
Key (black)60.4%
Color previews
#08652f text on a black background
contrast 2.91:1
Card sample
#08652f text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08652f;
Background color
Panel with #08652f background
background-color: #08652f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08652f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 101, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 101, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08652f; background: linear-gradient(135deg, #08652f, #085D65);