#83fd7d
a light, electric green · cool · closest name: forestgreen
RGB
131, 253, 125
HSL
117°, 97%, 74%
CMYK
48, 0, 51, 1
Luminance
0.7656
Every format
| HEX | #83fd7d |
| RGB | rgb(131, 253, 125) |
| HSL | hsl(117, 97%, 74%) |
| CMYK | cmyk(48%, 0%, 51%, 1%) |
| LAB | lab(90.1 -58.7 50.5) |
| LCH | lch(90.1 77.4 139.3) |
| OKLCH | oklch(0.895 0.201 142.8) |
Copy-ready code
/* CSS */
color: #83fd7d;
background-color: #83fd7d;
/* Tailwind (arbitrary) */
class="text-[#83fd7d] bg-[#83fd7d]"
/* SCSS */
$brand: #83fd7d;
/* SwiftUI */
Color(red: 0.514, green: 0.992, blue: 0.490)
/* Android */
Color.parseColor("#83fd7d")Accessibility — WCAG contrast
Aa
#83fd7d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fd7d on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green99.2%
Blue49.0%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow50.6%
Key (black)0.8%
Color previews
#83fd7d text on a black background
contrast 16.31:1
Card sample
#83fd7d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fd7d;
Background color
Panel with #83fd7d background
background-color: #83fd7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fd7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 253, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 253, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fd7d; background: linear-gradient(135deg, #83fd7d, #7DFDCC);