#08d7ae
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 215, 174
HSL
168°, 93%, 44%
CMYK
96, 0, 19, 16
Luminance
0.5171
Every format
| HEX | #08d7ae |
| RGB | rgb(8, 215, 174) |
| HSL | hsl(168, 93%, 44%) |
| CMYK | cmyk(96%, 0%, 19%, 16%) |
| LAB | lab(77.1 -53.3 8.0) |
| LCH | lch(77.1 53.9 171.5) |
| OKLCH | oklch(0.784 0.151 172.3) |
Copy-ready code
/* CSS */
color: #08d7ae;
background-color: #08d7ae;
/* Tailwind (arbitrary) */
class="text-[#08d7ae] bg-[#08d7ae]"
/* SCSS */
$brand: #08d7ae;
/* SwiftUI */
Color(red: 0.031, green: 0.843, blue: 0.682)
/* Android */
Color.parseColor("#08d7ae")Accessibility — WCAG contrast
Aa
#08d7ae on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08d7ae on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green84.3%
Blue68.2%
CMYK percentages
Cyan96.3%
Magenta0.0%
Yellow19.1%
Key (black)15.7%
Color previews
#08d7ae text on a black background
contrast 11.34:1
Card sample
#08d7ae text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08d7ae;
Background color
Panel with #08d7ae background
background-color: #08d7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08d7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 215, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 215, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08d7ae; background: linear-gradient(135deg, #08d7ae, #0876D7);