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