#83cf5b
a balanced, vivid green · cool · closest name: forestgreen
RGB
131, 207, 91
HSL
99°, 55%, 58%
CMYK
37, 0, 56, 19
Luminance
0.5021
Every format
| HEX | #83cf5b |
| RGB | rgb(131, 207, 91) |
| HSL | hsl(99, 55%, 58%) |
| CMYK | cmyk(37%, 0%, 56%, 19%) |
| LAB | lab(76.2 -44.0 49.6) |
| LCH | lch(76.2 66.3 131.6) |
| OKLCH | oklch(0.780 0.169 136.1) |
Copy-ready code
/* CSS */
color: #83cf5b;
background-color: #83cf5b;
/* Tailwind (arbitrary) */
class="text-[#83cf5b] bg-[#83cf5b]"
/* SCSS */
$brand: #83cf5b;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.357)
/* Android */
Color.parseColor("#83cf5b")Accessibility — WCAG contrast
Aa
#83cf5b on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cf5b on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue35.7%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow56.0%
Key (black)18.8%
Color previews
#83cf5b text on a black background
contrast 11.04:1
Card sample
#83cf5b text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cf5b;
Background color
Panel with #83cf5b background
background-color: #83cf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cf5b; background: linear-gradient(135deg, #83cf5b, #5BCF80);