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