#83ce75
a balanced, vivid green · cool · closest name: olivedrab
RGB
131, 206, 117
HSL
111°, 48%, 63%
CMYK
36, 0, 43, 19
Luminance
0.5025
Every format
| HEX | #83ce75 |
| RGB | rgb(131, 206, 117) |
| HSL | hsl(111, 48%, 63%) |
| CMYK | cmyk(36%, 0%, 43%, 19%) |
| LAB | lab(76.2 -40.4 37.0) |
| LCH | lch(76.2 54.8 137.5) |
| OKLCH | oklch(0.781 0.143 140.6) |
Copy-ready code
/* CSS */
color: #83ce75;
background-color: #83ce75;
/* Tailwind (arbitrary) */
class="text-[#83ce75] bg-[#83ce75]"
/* SCSS */
$brand: #83ce75;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.459)
/* Android */
Color.parseColor("#83ce75")Accessibility — WCAG contrast
Aa
#83ce75 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ce75 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue45.9%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow43.2%
Key (black)19.2%
Color previews
#83ce75 text on a black background
contrast 11.05:1
Card sample
#83ce75 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ce75;
Background color
Panel with #83ce75 background
background-color: #83ce75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ce75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ce75; background: linear-gradient(135deg, #83ce75, #75CEA2);