#8fdccf
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 220, 207
HSL
170°, 52%, 71%
CMYK
35, 0, 6, 14
Luminance
0.6153
Every format
| HEX | #8fdccf |
| RGB | rgb(143, 220, 207) |
| HSL | hsl(170, 52%, 71%) |
| CMYK | cmyk(35%, 0%, 6%, 14%) |
| LAB | lab(82.7 -26.6 -1.1) |
| LCH | lch(82.7 26.6 182.5) |
| OKLCH | oklch(0.841 0.079 182.5) |
Copy-ready code
/* CSS */
color: #8fdccf;
background-color: #8fdccf;
/* Tailwind (arbitrary) */
class="text-[#8fdccf] bg-[#8fdccf]"
/* SCSS */
$brand: #8fdccf;
/* SwiftUI */
Color(red: 0.561, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#8fdccf")Accessibility — WCAG contrast
Aa
#8fdccf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdccf on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.3%
Blue81.2%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#8fdccf text on a black background
contrast 13.31:1
Card sample
#8fdccf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdccf;
Background color
Panel with #8fdccf background
background-color: #8fdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdccf; background: linear-gradient(135deg, #8fdccf, #8FB6DC);