#8fdfda
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 223, 218
HSL
176°, 56%, 72%
CMYK
36, 0, 2, 13
Luminance
0.6368
Every format
| HEX | #8fdfda |
| RGB | rgb(143, 223, 218) |
| HSL | hsl(176, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 2%, 13%) |
| LAB | lab(83.8 -25.5 -5.3) |
| LCH | lch(83.8 26.1 191.7) |
| OKLCH | oklch(0.851 0.079 190.7) |
Copy-ready code
/* CSS */
color: #8fdfda;
background-color: #8fdfda;
/* Tailwind (arbitrary) */
class="text-[#8fdfda] bg-[#8fdfda]"
/* SCSS */
$brand: #8fdfda;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#8fdfda")Accessibility — WCAG contrast
Aa
#8fdfda on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfda on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue85.5%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#8fdfda text on a black background
contrast 13.74:1
Card sample
#8fdfda text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfda;
Background color
Panel with #8fdfda background
background-color: #8fdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfda; background: linear-gradient(135deg, #8fdfda, #8FAFDF);