#8feecf
a light, vivid cyan · cool · closest name: aquamarine
RGB
143, 238, 207
HSL
160°, 74%, 75%
CMYK
40, 0, 13, 7
Luminance
0.7149
Every format
| HEX | #8feecf |
| RGB | rgb(143, 238, 207) |
| HSL | hsl(160, 74%, 75%) |
| CMYK | cmyk(40%, 0%, 13%, 7%) |
| LAB | lab(87.7 -35.1 6.2) |
| LCH | lch(87.7 35.7 170.0) |
| OKLCH | oklch(0.881 0.101 171.0) |
Copy-ready code
/* CSS */
color: #8feecf;
background-color: #8feecf;
/* Tailwind (arbitrary) */
class="text-[#8feecf] bg-[#8feecf]"
/* SCSS */
$brand: #8feecf;
/* SwiftUI */
Color(red: 0.561, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#8feecf")Accessibility — WCAG contrast
Aa
#8feecf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feecf on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green93.3%
Blue81.2%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#8feecf text on a black background
contrast 15.30:1
Card sample
#8feecf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feecf;
Background color
Panel with #8feecf background
background-color: #8feecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feecf; background: linear-gradient(135deg, #8feecf, #8FCEEE);