#8fffef
a light, electric cyan · cool · closest name: turquoise
RGB
143, 255, 239
HSL
171°, 100%, 78%
CMYK
44, 0, 6, 0
Luminance
0.8359
Every format
| HEX | #8fffef |
| RGB | rgb(143, 255, 239) |
| HSL | hsl(171, 100%, 78%) |
| CMYK | cmyk(44%, 0%, 6%, 0%) |
| LAB | lab(93.3 -35.8 -2.4) |
| LCH | lch(93.3 35.9 183.8) |
| OKLCH | oklch(0.929 0.106 183.7) |
Copy-ready code
/* CSS */
color: #8fffef;
background-color: #8fffef;
/* Tailwind (arbitrary) */
class="text-[#8fffef] bg-[#8fffef]"
/* SCSS */
$brand: #8fffef;
/* SwiftUI */
Color(red: 0.561, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#8fffef")Accessibility — WCAG contrast
Aa
#8fffef on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fffef on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green100.0%
Blue93.7%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#8fffef text on a black background
contrast 17.72:1
Card sample
#8fffef text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fffef;
Background color
Panel with #8fffef background
background-color: #8fffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fffef; background: linear-gradient(135deg, #8fffef, #8FC4FF);