#96af5d
a balanced, soft green · cool · closest name: olivedrab
RGB
150, 175, 93
HSL
78°, 34%, 53%
CMYK
14, 0, 47, 31
Luminance
0.3793
Every format
| HEX | #96af5d |
| RGB | rgb(150, 175, 93) |
| HSL | hsl(78, 34%, 53%) |
| CMYK | cmyk(14%, 0%, 47%, 31%) |
| LAB | lab(68.0 -22.0 39.0) |
| LCH | lch(68.0 44.8 119.4) |
| OKLCH | oklch(0.716 0.112 123.2) |
Copy-ready code
/* CSS */
color: #96af5d;
background-color: #96af5d;
/* Tailwind (arbitrary) */
class="text-[#96af5d] bg-[#96af5d]"
/* SCSS */
$brand: #96af5d;
/* SwiftUI */
Color(red: 0.588, green: 0.686, blue: 0.365)
/* Android */
Color.parseColor("#96af5d")Accessibility — WCAG contrast
Aa
#96af5d on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96af5d on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green68.6%
Blue36.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow46.9%
Key (black)31.4%
Color previews
#96af5d text on a black background
contrast 8.59:1
Card sample
#96af5d text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96af5d;
Background color
Panel with #96af5d background
background-color: #96af5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96af5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 175, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 175, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96af5d; background: linear-gradient(135deg, #96af5d, #5FAF5D);