#83eb85
a light, vivid green · cool · closest name: aquamarine
RGB
131, 235, 133
HSL
121°, 72%, 72%
CMYK
44, 0, 43, 8
Luminance
0.6594
Every format
| HEX | #83eb85 |
| RGB | rgb(131, 235, 133) |
| HSL | hsl(121, 72%, 72%) |
| CMYK | cmyk(44%, 0%, 43%, 8%) |
| LAB | lab(85.0 -50.5 40.2) |
| LCH | lch(85.0 64.5 141.4) |
| OKLCH | oklch(0.853 0.169 144.3) |
Copy-ready code
/* CSS */
color: #83eb85;
background-color: #83eb85;
/* Tailwind (arbitrary) */
class="text-[#83eb85] bg-[#83eb85]"
/* SCSS */
$brand: #83eb85;
/* SwiftUI */
Color(red: 0.514, green: 0.922, blue: 0.522)
/* Android */
Color.parseColor("#83eb85")Accessibility — WCAG contrast
Aa
#83eb85 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83eb85 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green92.2%
Blue52.2%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow43.4%
Key (black)7.8%
Color previews
#83eb85 text on a black background
contrast 14.19:1
Card sample
#83eb85 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83eb85;
Background color
Panel with #83eb85 background
background-color: #83eb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83eb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 235, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 235, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83eb85; background: linear-gradient(135deg, #83eb85, #83EBCA);