#8fdfcb
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 223, 203
HSL
165°, 56%, 72%
CMYK
36, 0, 9, 13
Luminance
0.6293
Every format
| HEX | #8fdfcb |
| RGB | rgb(143, 223, 203) |
| HSL | hsl(165, 56%, 72%) |
| CMYK | cmyk(36%, 0%, 9%, 13%) |
| LAB | lab(83.4 -28.9 2.0) |
| LCH | lch(83.4 29.0 175.9) |
| OKLCH | oklch(0.846 0.084 176.6) |
Copy-ready code
/* CSS */
color: #8fdfcb;
background-color: #8fdfcb;
/* Tailwind (arbitrary) */
class="text-[#8fdfcb] bg-[#8fdfcb]"
/* SCSS */
$brand: #8fdfcb;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#8fdfcb")Accessibility — WCAG contrast
Aa
#8fdfcb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfcb on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue79.6%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow9.0%
Key (black)12.5%
Color previews
#8fdfcb text on a black background
contrast 13.59:1
Card sample
#8fdfcb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfcb;
Background color
Panel with #8fdfcb background
background-color: #8fdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfcb; background: linear-gradient(135deg, #8fdfcb, #8FBEDF);