#8fe4df
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 228, 223
HSL
177°, 61%, 73%
CMYK
37, 0, 2, 11
Luminance
0.6665
Every format
| HEX | #8fe4df |
| RGB | rgb(143, 228, 223) |
| HSL | hsl(177, 61%, 73%) |
| CMYK | cmyk(37%, 0%, 2%, 11%) |
| LAB | lab(85.3 -26.8 -5.7) |
| LCH | lch(85.3 27.4 192.0) |
| OKLCH | oklch(0.864 0.083 191.0) |
Copy-ready code
/* CSS */
color: #8fe4df;
background-color: #8fe4df;
/* Tailwind (arbitrary) */
class="text-[#8fe4df] bg-[#8fe4df]"
/* SCSS */
$brand: #8fe4df;
/* SwiftUI */
Color(red: 0.561, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#8fe4df")Accessibility — WCAG contrast
Aa
#8fe4df on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe4df on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green89.4%
Blue87.5%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#8fe4df text on a black background
contrast 14.33:1
Card sample
#8fe4df text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe4df;
Background color
Panel with #8fe4df background
background-color: #8fe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe4df; background: linear-gradient(135deg, #8fe4df, #8FB0E4);