#8ffeb6
a light, electric green · cool · closest name: aquamarine
RGB
143, 254, 182
HSL
141°, 98%, 78%
CMYK
44, 0, 28, 0
Luminance
0.8010
Every format
| HEX | #8ffeb6 |
| RGB | rgb(143, 254, 182) |
| HSL | hsl(141, 98%, 78%) |
| CMYK | cmyk(44%, 0%, 28%, 0%) |
| LAB | lab(91.7 -47.2 24.7) |
| LCH | lch(91.7 53.3 152.3) |
| OKLCH | oklch(0.912 0.143 154.0) |
Copy-ready code
/* CSS */
color: #8ffeb6;
background-color: #8ffeb6;
/* Tailwind (arbitrary) */
class="text-[#8ffeb6] bg-[#8ffeb6]"
/* SCSS */
$brand: #8ffeb6;
/* SwiftUI */
Color(red: 0.561, green: 0.996, blue: 0.714)
/* Android */
Color.parseColor("#8ffeb6")Accessibility — WCAG contrast
Aa
#8ffeb6 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffeb6 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green99.6%
Blue71.4%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow28.3%
Key (black)0.4%
Color previews
#8ffeb6 text on a black background
contrast 17.02:1
Card sample
#8ffeb6 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffeb6;
Background color
Panel with #8ffeb6 background
background-color: #8ffeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 254, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 254, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffeb6; background: linear-gradient(135deg, #8ffeb6, #8FFCFE);