#83af3d
a balanced, vivid green · cool · closest name: olivedrab
RGB
131, 175, 61
HSL
83°, 48%, 46%
CMYK
25, 0, 65, 31
Luminance
0.3582
Every format
| HEX | #83af3d |
| RGB | rgb(131, 175, 61) |
| HSL | hsl(83, 48%, 46%) |
| CMYK | cmyk(25%, 0%, 65%, 31%) |
| LAB | lab(66.4 -32.5 51.9) |
| LCH | lch(66.4 61.2 122.1) |
| OKLCH | oklch(0.699 0.150 127.9) |
Copy-ready code
/* CSS */
color: #83af3d;
background-color: #83af3d;
/* Tailwind (arbitrary) */
class="text-[#83af3d] bg-[#83af3d]"
/* SCSS */
$brand: #83af3d;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.239)
/* Android */
Color.parseColor("#83af3d")Accessibility — WCAG contrast
Aa
#83af3d on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83af3d on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue23.9%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow65.1%
Key (black)31.4%
Color previews
#83af3d text on a black background
contrast 8.16:1
Card sample
#83af3d text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83af3d;
Background color
Panel with #83af3d background
background-color: #83af3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83af3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83af3d; background: linear-gradient(135deg, #83af3d, #3DAF43);