#8eefdf
a light, electric cyan · cool · closest name: turquoise
RGB
142, 239, 223
HSL
170°, 75%, 75%
CMYK
41, 0, 7, 6
Luminance
0.7281
Every format
| HEX | #8eefdf |
| RGB | rgb(142, 239, 223) |
| HSL | hsl(170, 75%, 75%) |
| CMYK | cmyk(41%, 0%, 7%, 6%) |
| LAB | lab(88.4 -32.3 -1.3) |
| LCH | lch(88.4 32.3 182.2) |
| OKLCH | oklch(0.888 0.095 182.3) |
Copy-ready code
/* CSS */
color: #8eefdf;
background-color: #8eefdf;
/* Tailwind (arbitrary) */
class="text-[#8eefdf] bg-[#8eefdf]"
/* SCSS */
$brand: #8eefdf;
/* SwiftUI */
Color(red: 0.557, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#8eefdf")Accessibility — WCAG contrast
Aa
#8eefdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eefdf on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green93.7%
Blue87.5%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#8eefdf text on a black background
contrast 15.56:1
Card sample
#8eefdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eefdf;
Background color
Panel with #8eefdf background
background-color: #8eefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eefdf; background: linear-gradient(135deg, #8eefdf, #8EBEEF);