#83e080
a light, vivid green · cool · closest name: aquamarine
RGB
131, 224, 128
HSL
118°, 61%, 69%
CMYK
42, 0, 43, 12
Luminance
0.5970
Every format
| HEX | #83e080 |
| RGB | rgb(131, 224, 128) |
| HSL | hsl(118, 61%, 69%) |
| CMYK | cmyk(42%, 0%, 43%, 12%) |
| LAB | lab(81.7 -46.6 38.5) |
| LCH | lch(81.7 60.4 140.4) |
| OKLCH | oklch(0.826 0.158 143.3) |
Copy-ready code
/* CSS */
color: #83e080;
background-color: #83e080;
/* Tailwind (arbitrary) */
class="text-[#83e080] bg-[#83e080]"
/* SCSS */
$brand: #83e080;
/* SwiftUI */
Color(red: 0.514, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#83e080")Accessibility — WCAG contrast
Aa
#83e080 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83e080 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green87.8%
Blue50.2%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#83e080 text on a black background
contrast 12.94:1
Card sample
#83e080 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83e080;
Background color
Panel with #83e080 background
background-color: #83e080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83e080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83e080; background: linear-gradient(135deg, #83e080, #80E0BD);