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