#8feba2
a light, vivid green · cool · closest name: aquamarine
RGB
143, 235, 162
HSL
132°, 70%, 74%
CMYK
39, 0, 31, 8
Luminance
0.6786
Every format
| HEX | #8feba2 |
| RGB | rgb(143, 235, 162) |
| HSL | hsl(132, 70%, 74%) |
| CMYK | cmyk(39%, 0%, 31%, 8%) |
| LAB | lab(85.9 -42.5 27.0) |
| LCH | lch(85.9 50.3 147.5) |
| OKLCH | oklch(0.864 0.134 149.5) |
Copy-ready code
/* CSS */
color: #8feba2;
background-color: #8feba2;
/* Tailwind (arbitrary) */
class="text-[#8feba2] bg-[#8feba2]"
/* SCSS */
$brand: #8feba2;
/* SwiftUI */
Color(red: 0.561, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#8feba2")Accessibility — WCAG contrast
Aa
#8feba2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8feba2 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green92.2%
Blue63.5%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#8feba2 text on a black background
contrast 14.57:1
Card sample
#8feba2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8feba2;
Background color
Panel with #8feba2 background
background-color: #8feba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8feba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8feba2; background: linear-gradient(135deg, #8feba2, #8FEBDF);