#08ad95
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 173, 149
HSL
171°, 91%, 36%
CMYK
95, 0, 14, 32
Luminance
0.3211
Every format
| HEX | #08ad95 |
| RGB | rgb(8, 173, 149) |
| HSL | hsl(171, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 14%, 32%) |
| LAB | lab(63.4 -42.7 1.9) |
| LCH | lch(63.4 42.7 177.5) |
| OKLCH | oklch(0.669 0.122 178.0) |
Copy-ready code
/* CSS */
color: #08ad95;
background-color: #08ad95;
/* Tailwind (arbitrary) */
class="text-[#08ad95] bg-[#08ad95]"
/* SCSS */
$brand: #08ad95;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.584)
/* Android */
Color.parseColor("#08ad95")Accessibility — WCAG contrast
Aa
#08ad95 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ad95 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue58.4%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow13.9%
Key (black)32.2%
Color previews
#08ad95 text on a black background
contrast 7.42:1
Card sample
#08ad95 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ad95;
Background color
Panel with #08ad95 background
background-color: #08ad95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ad95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ad95; background: linear-gradient(135deg, #08ad95, #0857AD);