#08b7ae
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 183, 174
HSL
177°, 92%, 38%
CMYK
96, 0, 5, 28
Luminance
0.3697
Every format
| HEX | #08b7ae |
| RGB | rgb(8, 183, 174) |
| HSL | hsl(177, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 5%, 28%) |
| LAB | lab(67.3 -39.9 -6.4) |
| LCH | lch(67.3 40.4 189.1) |
| OKLCH | oklch(0.703 0.121 188.5) |
Copy-ready code
/* CSS */
color: #08b7ae;
background-color: #08b7ae;
/* Tailwind (arbitrary) */
class="text-[#08b7ae] bg-[#08b7ae]"
/* SCSS */
$brand: #08b7ae;
/* SwiftUI */
Color(red: 0.031, green: 0.718, blue: 0.682)
/* Android */
Color.parseColor("#08b7ae")Accessibility — WCAG contrast
Aa
#08b7ae on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b7ae on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green71.8%
Blue68.2%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow4.9%
Key (black)28.2%
Color previews
#08b7ae text on a black background
contrast 8.39:1
Card sample
#08b7ae text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b7ae;
Background color
Panel with #08b7ae background
background-color: #08b7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 183, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 183, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b7ae; background: linear-gradient(135deg, #08b7ae, #084BB7);