#8bdace
a light, vivid cyan · cool · closest name: turquoise
RGB
139, 218, 206
HSL
171°, 52%, 70%
CMYK
36, 0, 6, 15
Luminance
0.6009
Every format
| HEX | #8bdace |
| RGB | rgb(139, 218, 206) |
| HSL | hsl(171, 52%, 70%) |
| CMYK | cmyk(36%, 0%, 6%, 15%) |
| LAB | lab(81.9 -26.9 -1.8) |
| LCH | lch(81.9 27.0 183.8) |
| OKLCH | oklch(0.834 0.080 183.7) |
Copy-ready code
/* CSS */
color: #8bdace;
background-color: #8bdace;
/* Tailwind (arbitrary) */
class="text-[#8bdace] bg-[#8bdace]"
/* SCSS */
$brand: #8bdace;
/* SwiftUI */
Color(red: 0.545, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#8bdace")Accessibility — WCAG contrast
Aa
#8bdace on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdace on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green85.5%
Blue80.8%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#8bdace text on a black background
contrast 13.02:1
Card sample
#8bdace text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdace;
Background color
Panel with #8bdace background
background-color: #8bdace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdace; background: linear-gradient(135deg, #8bdace, #8BB1DA);