#8fe2ce
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 226, 206
HSL
166°, 59%, 72%
CMYK
37, 0, 9, 11
Luminance
0.6469
Every format
| HEX | #8fe2ce |
| RGB | rgb(143, 226, 206) |
| HSL | hsl(166, 59%, 72%) |
| CMYK | cmyk(37%, 0%, 9%, 11%) |
| LAB | lab(84.3 -29.7 1.8) |
| LCH | lch(84.3 29.8 176.5) |
| OKLCH | oklch(0.854 0.086 177.1) |
Copy-ready code
/* CSS */
color: #8fe2ce;
background-color: #8fe2ce;
/* Tailwind (arbitrary) */
class="text-[#8fe2ce] bg-[#8fe2ce]"
/* SCSS */
$brand: #8fe2ce;
/* SwiftUI */
Color(red: 0.561, green: 0.886, blue: 0.808)
/* Android */
Color.parseColor("#8fe2ce")Accessibility — WCAG contrast
Aa
#8fe2ce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe2ce on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green88.6%
Blue80.8%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow8.8%
Key (black)11.4%
Color previews
#8fe2ce text on a black background
contrast 13.94:1
Card sample
#8fe2ce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe2ce;
Background color
Panel with #8fe2ce background
background-color: #8fe2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 226, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 226, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe2ce; background: linear-gradient(135deg, #8fe2ce, #8FBFE2);