#96e461
a balanced, vivid green · cool · closest name: olivedrab
RGB
150, 228, 97
HSL
96°, 71%, 64%
CMYK
34, 0, 58, 11
Luminance
0.6283
Every format
| HEX | #96e461 |
| RGB | rgb(150, 228, 97) |
| HSL | hsl(96, 71%, 64%) |
| CMYK | cmyk(34%, 0%, 58%, 11%) |
| LAB | lab(83.3 -46.0 55.4) |
| LCH | lch(83.3 72.0 129.7) |
| OKLCH | oklch(0.841 0.182 134.5) |
Copy-ready code
/* CSS */
color: #96e461;
background-color: #96e461;
/* Tailwind (arbitrary) */
class="text-[#96e461] bg-[#96e461]"
/* SCSS */
$brand: #96e461;
/* SwiftUI */
Color(red: 0.588, green: 0.894, blue: 0.380)
/* Android */
Color.parseColor("#96e461")Accessibility — WCAG contrast
Aa
#96e461 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96e461 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green89.4%
Blue38.0%
CMYK percentages
Cyan34.2%
Magenta0.0%
Yellow57.5%
Key (black)10.6%
Color previews
#96e461 text on a black background
contrast 13.57:1
Card sample
#96e461 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96e461;
Background color
Panel with #96e461 background
background-color: #96e461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96e461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 228, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 228, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96e461; background: linear-gradient(135deg, #96e461, #61E483);