#8fecce
a light, vivid cyan · cool · closest name: aquamarine
RGB
143, 236, 206
HSL
161°, 71%, 74%
CMYK
39, 0, 13, 8
Luminance
0.7029
Every format
| HEX | #8fecce |
| RGB | rgb(143, 236, 206) |
| HSL | hsl(161, 71%, 74%) |
| CMYK | cmyk(39%, 0%, 13%, 8%) |
| LAB | lab(87.1 -34.4 5.9) |
| LCH | lch(87.1 34.9 170.3) |
| OKLCH | oklch(0.877 0.099 171.3) |
Copy-ready code
/* CSS */
color: #8fecce;
background-color: #8fecce;
/* Tailwind (arbitrary) */
class="text-[#8fecce] bg-[#8fecce]"
/* SCSS */
$brand: #8fecce;
/* SwiftUI */
Color(red: 0.561, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#8fecce")Accessibility — WCAG contrast
Aa
#8fecce on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fecce on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green92.5%
Blue80.8%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#8fecce text on a black background
contrast 15.06:1
Card sample
#8fecce text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fecce;
Background color
Panel with #8fecce background
background-color: #8fecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fecce; background: linear-gradient(135deg, #8fecce, #8FCCEC);