#8fdbc2
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 219, 194
HSL
160°, 51%, 71%
CMYK
35, 0, 11, 14
Luminance
0.6040
Every format
| HEX | #8fdbc2 |
| RGB | rgb(143, 219, 194) |
| HSL | hsl(160, 51%, 71%) |
| CMYK | cmyk(35%, 0%, 11%, 14%) |
| LAB | lab(82.0 -29.0 4.9) |
| LCH | lch(82.0 29.4 170.5) |
| OKLCH | oklch(0.835 0.084 171.5) |
Copy-ready code
/* CSS */
color: #8fdbc2;
background-color: #8fdbc2;
/* Tailwind (arbitrary) */
class="text-[#8fdbc2] bg-[#8fdbc2]"
/* SCSS */
$brand: #8fdbc2;
/* SwiftUI */
Color(red: 0.561, green: 0.859, blue: 0.761)
/* Android */
Color.parseColor("#8fdbc2")Accessibility — WCAG contrast
Aa
#8fdbc2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdbc2 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.9%
Blue76.1%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow11.4%
Key (black)14.1%
Color previews
#8fdbc2 text on a black background
contrast 13.08:1
Card sample
#8fdbc2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdbc2;
Background color
Panel with #8fdbc2 background
background-color: #8fdbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 219, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 219, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdbc2; background: linear-gradient(135deg, #8fdbc2, #8FC1DB);