#83fd91
a light, electric green · cool · closest name: aquamarine
RGB
131, 253, 145
HSL
127°, 97%, 75%
CMYK
48, 0, 43, 1
Luminance
0.7712
Every format
| HEX | #83fd91 |
| RGB | rgb(131, 253, 145) |
| HSL | hsl(127, 97%, 75%) |
| CMYK | cmyk(48%, 0%, 43%, 1%) |
| LAB | lab(90.4 -56.0 41.3) |
| LCH | lch(90.4 69.6 143.6) |
| OKLCH | oklch(0.898 0.183 146.3) |
Copy-ready code
/* CSS */
color: #83fd91;
background-color: #83fd91;
/* Tailwind (arbitrary) */
class="text-[#83fd91] bg-[#83fd91]"
/* SCSS */
$brand: #83fd91;
/* SwiftUI */
Color(red: 0.514, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#83fd91")Accessibility — WCAG contrast
Aa
#83fd91 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fd91 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green99.2%
Blue56.9%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#83fd91 text on a black background
contrast 16.42:1
Card sample
#83fd91 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fd91;
Background color
Panel with #83fd91 background
background-color: #83fd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fd91; background: linear-gradient(135deg, #83fd91, #83FDE2);