#8fe2ba
a light, vivid green · cool · closest name: aquamarine
RGB
143, 226, 186
HSL
151°, 59%, 72%
CMYK
37, 0, 18, 11
Luminance
0.6378
Every format
| HEX | #8fe2ba |
| RGB | rgb(143, 226, 186) |
| HSL | hsl(151, 59%, 72%) |
| CMYK | cmyk(37%, 0%, 18%, 11%) |
| LAB | lab(83.8 -33.9 11.7) |
| LCH | lch(83.8 35.9 161.0) |
| OKLCH | oklch(0.849 0.099 162.4) |
Copy-ready code
/* CSS */
color: #8fe2ba;
background-color: #8fe2ba;
/* Tailwind (arbitrary) */
class="text-[#8fe2ba] bg-[#8fe2ba]"
/* SCSS */
$brand: #8fe2ba;
/* SwiftUI */
Color(red: 0.561, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#8fe2ba")Accessibility — WCAG contrast
Aa
#8fe2ba on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe2ba on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green88.6%
Blue72.9%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#8fe2ba text on a black background
contrast 13.76:1
Card sample
#8fe2ba text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe2ba;
Background color
Panel with #8fe2ba background
background-color: #8fe2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe2ba; background: linear-gradient(135deg, #8fe2ba, #8FD3E2);