#08ada2
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 173, 162
HSL
176°, 91%, 36%
CMYK
95, 0, 6, 32
Luminance
0.3255
Every format
| HEX | #08ada2 |
| RGB | rgb(8, 173, 162) |
| HSL | hsl(176, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 6%, 32%) |
| LAB | lab(63.8 -39.0 -4.8) |
| LCH | lch(63.8 39.3 187.1) |
| OKLCH | oklch(0.674 0.117 186.8) |
Copy-ready code
/* CSS */
color: #08ada2;
background-color: #08ada2;
/* Tailwind (arbitrary) */
class="text-[#08ada2] bg-[#08ada2]"
/* SCSS */
$brand: #08ada2;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#08ada2")Accessibility — WCAG contrast
Aa
#08ada2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ada2 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue63.5%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow6.4%
Key (black)32.2%
Color previews
#08ada2 text on a black background
contrast 7.51:1
Card sample
#08ada2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ada2;
Background color
Panel with #08ada2 background
background-color: #08ada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ada2; background: linear-gradient(135deg, #08ada2, #084AAD);