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