#08613c
a deep, electric green · cool · closest name: seagreen
RGB
8, 97, 60
HSL
155°, 85%, 21%
CMYK
92, 0, 38, 62
Luminance
0.0893
Every format
| HEX | #08613c |
| RGB | rgb(8, 97, 60) |
| HSL | hsl(155, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 38%, 62%) |
| LAB | lab(35.8 -33.8 14.5) |
| LCH | lch(35.8 36.7 156.8) |
| OKLCH | oklch(0.435 0.098 158.3) |
Copy-ready code
/* CSS */
color: #08613c;
background-color: #08613c;
/* Tailwind (arbitrary) */
class="text-[#08613c] bg-[#08613c]"
/* SCSS */
$brand: #08613c;
/* SwiftUI */
Color(red: 0.031, green: 0.380, blue: 0.235)
/* Android */
Color.parseColor("#08613c")Accessibility — WCAG contrast
Aa
#08613c on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08613c on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green38.0%
Blue23.5%
CMYK percentages
Cyan91.8%
Magenta0.0%
Yellow38.1%
Key (black)62.0%
Color previews
#08613c text on a black background
contrast 2.79:1
Card sample
#08613c text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08613c;
Background color
Panel with #08613c background
background-color: #08613c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08613c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 97, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 97, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08613c; background: linear-gradient(135deg, #08613c, #084B61);