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