#8ffdec
a light, electric cyan · cool · closest name: turquoise
RGB
143, 253, 236
HSL
171°, 97%, 78%
CMYK
44, 0, 7, 1
Luminance
0.8215
Every format
| HEX | #8ffdec |
| RGB | rgb(143, 253, 236) |
| HSL | hsl(171, 97%, 78%) |
| CMYK | cmyk(44%, 0%, 7%, 1%) |
| LAB | lab(92.6 -35.6 -1.7) |
| LCH | lch(92.6 35.6 182.8) |
| OKLCH | oklch(0.923 0.105 182.9) |
Copy-ready code
/* CSS */
color: #8ffdec;
background-color: #8ffdec;
/* Tailwind (arbitrary) */
class="text-[#8ffdec] bg-[#8ffdec]"
/* SCSS */
$brand: #8ffdec;
/* SwiftUI */
Color(red: 0.561, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#8ffdec")Accessibility — WCAG contrast
Aa
#8ffdec on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffdec on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green99.2%
Blue92.5%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#8ffdec text on a black background
contrast 17.43:1
Card sample
#8ffdec text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffdec;
Background color
Panel with #8ffdec background
background-color: #8ffdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffdec; background: linear-gradient(135deg, #8ffdec, #8FC5FD);