#8fe4ba
a light, vivid green · cool · closest name: aquamarine
RGB
143, 228, 186
HSL
150°, 61%, 73%
CMYK
37, 0, 18, 11
Luminance
0.6487
Every format
| HEX | #8fe4ba |
| RGB | rgb(143, 228, 186) |
| HSL | hsl(150, 61%, 73%) |
| CMYK | cmyk(37%, 0%, 18%, 11%) |
| LAB | lab(84.4 -34.9 12.5) |
| LCH | lch(84.4 37.0 160.3) |
| OKLCH | oklch(0.853 0.102 161.7) |
Copy-ready code
/* CSS */
color: #8fe4ba;
background-color: #8fe4ba;
/* Tailwind (arbitrary) */
class="text-[#8fe4ba] bg-[#8fe4ba]"
/* SCSS */
$brand: #8fe4ba;
/* SwiftUI */
Color(red: 0.561, green: 0.894, blue: 0.729)
/* Android */
Color.parseColor("#8fe4ba")Accessibility — WCAG contrast
Aa
#8fe4ba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe4ba on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green89.4%
Blue72.9%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow18.4%
Key (black)10.6%
Color previews
#8fe4ba text on a black background
contrast 13.97:1
Card sample
#8fe4ba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe4ba;
Background color
Panel with #8fe4ba background
background-color: #8fe4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 228, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 228, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe4ba; background: linear-gradient(135deg, #8fe4ba, #8FD5E4);