#8ff283
a light, electric green · cool · closest name: aquamarine
RGB
143, 242, 131
HSL
114°, 81%, 73%
CMYK
41, 0, 46, 5
Luminance
0.7098
Every format
| HEX | #8ff283 |
| RGB | rgb(143, 242, 131) |
| HSL | hsl(114, 81%, 73%) |
| CMYK | cmyk(41%, 0%, 46%, 5%) |
| LAB | lab(87.5 -50.1 44.5) |
| LCH | lch(87.5 67.0 138.4) |
| OKLCH | oklch(0.875 0.174 141.7) |
Copy-ready code
/* CSS */
color: #8ff283;
background-color: #8ff283;
/* Tailwind (arbitrary) */
class="text-[#8ff283] bg-[#8ff283]"
/* SCSS */
$brand: #8ff283;
/* SwiftUI */
Color(red: 0.561, green: 0.949, blue: 0.514)
/* Android */
Color.parseColor("#8ff283")Accessibility — WCAG contrast
Aa
#8ff283 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ff283 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green94.9%
Blue51.4%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow45.9%
Key (black)5.1%
Color previews
#8ff283 text on a black background
contrast 15.20:1
Card sample
#8ff283 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ff283;
Background color
Panel with #8ff283 background
background-color: #8ff283;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ff283;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 242, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 242, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ff283; background: linear-gradient(135deg, #8ff283, #83F2C1);