#8fefda
a light, electric cyan · cool · closest name: turquoise
RGB
143, 239, 218
HSL
167°, 75%, 75%
CMYK
40, 0, 9, 6
Luminance
0.7263
Every format
| HEX | #8fefda |
| RGB | rgb(143, 239, 218) |
| HSL | hsl(167, 75%, 75%) |
| CMYK | cmyk(40%, 0%, 9%, 6%) |
| LAB | lab(88.3 -33.2 1.3) |
| LCH | lch(88.3 33.2 177.8) |
| OKLCH | oklch(0.887 0.096 178.3) |
Copy-ready code
/* CSS */
color: #8fefda;
background-color: #8fefda;
/* Tailwind (arbitrary) */
class="text-[#8fefda] bg-[#8fefda]"
/* SCSS */
$brand: #8fefda;
/* SwiftUI */
Color(red: 0.561, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#8fefda")Accessibility — WCAG contrast
Aa
#8fefda on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fefda on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green93.7%
Blue85.5%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow8.8%
Key (black)6.3%
Color previews
#8fefda text on a black background
contrast 15.53:1
Card sample
#8fefda text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fefda;
Background color
Panel with #8fefda background
background-color: #8fefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fefda; background: linear-gradient(135deg, #8fefda, #8FC4EF);