#96c53f
a balanced, vivid green · cool · closest name: olivedrab
RGB
150, 197, 63
HSL
81°, 54%, 51%
CMYK
24, 0, 68, 23
Luminance
0.4678
Every format
| HEX | #96c53f |
| RGB | rgb(150, 197, 63) |
| HSL | hsl(81, 54%, 51%) |
| CMYK | cmyk(24%, 0%, 68%, 23%) |
| LAB | lab(74.0 -35.1 59.5) |
| LCH | lch(74.0 69.1 120.6) |
| OKLCH | oklch(0.764 0.168 126.8) |
Copy-ready code
/* CSS */
color: #96c53f;
background-color: #96c53f;
/* Tailwind (arbitrary) */
class="text-[#96c53f] bg-[#96c53f]"
/* SCSS */
$brand: #96c53f;
/* SwiftUI */
Color(red: 0.588, green: 0.773, blue: 0.247)
/* Android */
Color.parseColor("#96c53f")Accessibility — WCAG contrast
Aa
#96c53f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96c53f on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green77.3%
Blue24.7%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow68.0%
Key (black)22.7%
Color previews
#96c53f text on a black background
contrast 10.36:1
Card sample
#96c53f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96c53f;
Background color
Panel with #96c53f background
background-color: #96c53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96c53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 197, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 197, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96c53f; background: linear-gradient(135deg, #96c53f, #3FC541);