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