#83f7ae
a light, electric green · cool · closest name: aquamarine
RGB
131, 247, 174
HSL
142°, 88%, 74%
CMYK
47, 0, 30, 3
Luminance
0.7440
Every format
| HEX | #83f7ae |
| RGB | rgb(131, 247, 174) |
| HSL | hsl(142, 88%, 74%) |
| CMYK | cmyk(47%, 0%, 30%, 3%) |
| LAB | lab(89.1 -48.8 25.1) |
| LCH | lch(89.1 54.9 152.7) |
| OKLCH | oklch(0.889 0.148 154.4) |
Copy-ready code
/* CSS */
color: #83f7ae;
background-color: #83f7ae;
/* Tailwind (arbitrary) */
class="text-[#83f7ae] bg-[#83f7ae]"
/* SCSS */
$brand: #83f7ae;
/* SwiftUI */
Color(red: 0.514, green: 0.969, blue: 0.682)
/* Android */
Color.parseColor("#83f7ae")Accessibility — WCAG contrast
Aa
#83f7ae on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83f7ae on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green96.9%
Blue68.2%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow29.6%
Key (black)3.1%
Color previews
#83f7ae text on a black background
contrast 15.88:1
Card sample
#83f7ae text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83f7ae;
Background color
Panel with #83f7ae background
background-color: #83f7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83f7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 247, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 247, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83f7ae; background: linear-gradient(135deg, #83f7ae, #83F3F7);