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