#8ffeb9
a light, electric green · cool · closest name: aquamarine
RGB
143, 254, 185
HSL
143°, 98%, 78%
CMYK
44, 0, 27, 0
Luminance
0.8023
Every format
| HEX | #8ffeb9 |
| RGB | rgb(143, 254, 185) |
| HSL | hsl(143, 98%, 78%) |
| CMYK | cmyk(44%, 0%, 27%, 0%) |
| LAB | lab(91.8 -46.6 23.3) |
| LCH | lch(91.8 52.1 153.5) |
| OKLCH | oklch(0.913 0.141 155.1) |
Copy-ready code
/* CSS */
color: #8ffeb9;
background-color: #8ffeb9;
/* Tailwind (arbitrary) */
class="text-[#8ffeb9] bg-[#8ffeb9]"
/* SCSS */
$brand: #8ffeb9;
/* SwiftUI */
Color(red: 0.561, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#8ffeb9")Accessibility — WCAG contrast
Aa
#8ffeb9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffeb9 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green99.6%
Blue72.5%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#8ffeb9 text on a black background
contrast 17.05:1
Card sample
#8ffeb9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffeb9;
Background color
Panel with #8ffeb9 background
background-color: #8ffeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffeb9; background: linear-gradient(135deg, #8ffeb9, #8FF9FE);