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