#08b9af
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 185, 175
HSL
177°, 92%, 38%
CMYK
96, 0, 5, 28
Luminance
0.3784
Every format
| HEX | #08b9af |
| RGB | rgb(8, 185, 175) |
| HSL | hsl(177, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 5%, 28%) |
| LAB | lab(67.9 -40.5 -6.0) |
| LCH | lch(67.9 41.0 188.4) |
| OKLCH | oklch(0.708 0.122 187.9) |
Copy-ready code
/* CSS */
color: #08b9af;
background-color: #08b9af;
/* Tailwind (arbitrary) */
class="text-[#08b9af] bg-[#08b9af]"
/* SCSS */
$brand: #08b9af;
/* SwiftUI */
Color(red: 0.031, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#08b9af")Accessibility — WCAG contrast
Aa
#08b9af on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b9af on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.5%
Blue68.6%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow5.4%
Key (black)27.5%
Color previews
#08b9af text on a black background
contrast 8.57:1
Card sample
#08b9af text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b9af;
Background color
Panel with #08b9af background
background-color: #08b9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b9af; background: linear-gradient(135deg, #08b9af, #084DB9);