#08ad7f
a dark, electric cyan · cool · closest name: seagreen
RGB
8, 173, 127
HSL
163°, 91%, 36%
CMYK
95, 0, 27, 32
Luminance
0.3147
Every format
| HEX | #08ad7f |
| RGB | rgb(8, 173, 127) |
| HSL | hsl(163, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 27%, 32%) |
| LAB | lab(62.9 -48.4 13.3) |
| LCH | lch(62.9 50.2 164.6) |
| OKLCH | oklch(0.663 0.137 165.7) |
Copy-ready code
/* CSS */
color: #08ad7f;
background-color: #08ad7f;
/* Tailwind (arbitrary) */
class="text-[#08ad7f] bg-[#08ad7f]"
/* SCSS */
$brand: #08ad7f;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.498)
/* Android */
Color.parseColor("#08ad7f")Accessibility — WCAG contrast
Aa
#08ad7f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ad7f on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue49.8%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow26.6%
Key (black)32.2%
Color previews
#08ad7f text on a black background
contrast 7.29:1
Card sample
#08ad7f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ad7f;
Background color
Panel with #08ad7f background
background-color: #08ad7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ad7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ad7f; background: linear-gradient(135deg, #08ad7f, #086DAD);