#83af5f
a balanced, soft green · cool · closest name: olivedrab
RGB
131, 175, 95
HSL
93°, 33%, 53%
CMYK
25, 0, 46, 31
Luminance
0.3631
Every format
| HEX | #83af5f |
| RGB | rgb(131, 175, 95) |
| HSL | hsl(93, 33%, 53%) |
| CMYK | cmyk(25%, 0%, 46%, 31%) |
| LAB | lab(66.8 -29.0 36.2) |
| LCH | lch(66.8 46.4 128.7) |
| OKLCH | oklch(0.703 0.119 132.3) |
Copy-ready code
/* CSS */
color: #83af5f;
background-color: #83af5f;
/* Tailwind (arbitrary) */
class="text-[#83af5f] bg-[#83af5f]"
/* SCSS */
$brand: #83af5f;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#83af5f")Accessibility — WCAG contrast
Aa
#83af5f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83af5f on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue37.3%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow45.7%
Key (black)31.4%
Color previews
#83af5f text on a black background
contrast 8.26:1
Card sample
#83af5f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83af5f;
Background color
Panel with #83af5f background
background-color: #83af5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83af5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83af5f; background: linear-gradient(135deg, #83af5f, #5FAF70);