#8fd9cf
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 217, 207
HSL
172°, 49%, 71%
CMYK
34, 0, 5, 15
Luminance
0.5997
Every format
| HEX | #8fd9cf |
| RGB | rgb(143, 217, 207) |
| HSL | hsl(172, 49%, 71%) |
| CMYK | cmyk(34%, 0%, 5%, 15%) |
| LAB | lab(81.8 -25.1 -2.4) |
| LCH | lch(81.8 25.3 185.4) |
| OKLCH | oklch(0.834 0.075 185.2) |
Copy-ready code
/* CSS */
color: #8fd9cf;
background-color: #8fd9cf;
/* Tailwind (arbitrary) */
class="text-[#8fd9cf] bg-[#8fd9cf]"
/* SCSS */
$brand: #8fd9cf;
/* SwiftUI */
Color(red: 0.561, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#8fd9cf")Accessibility — WCAG contrast
Aa
#8fd9cf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd9cf on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.1%
Blue81.2%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow4.6%
Key (black)14.9%
Color previews
#8fd9cf text on a black background
contrast 12.99:1
Card sample
#8fd9cf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd9cf;
Background color
Panel with #8fd9cf background
background-color: #8fd9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd9cf; background: linear-gradient(135deg, #8fd9cf, #8FB2D9);