#9dae5a
a balanced, soft green · cool · closest name: olivedrab
RGB
157, 174, 90
HSL
72°, 34%, 52%
CMYK
10, 0, 48, 32
Luminance
0.3818
Every format
| HEX | #9dae5a |
| RGB | rgb(157, 174, 90) |
| HSL | hsl(72, 34%, 52%) |
| CMYK | cmyk(10%, 0%, 48%, 32%) |
| LAB | lab(68.2 -19.0 40.9) |
| LCH | lch(68.2 45.0 114.9) |
| OKLCH | oklch(0.719 0.111 118.7) |
Copy-ready code
/* CSS */
color: #9dae5a;
background-color: #9dae5a;
/* Tailwind (arbitrary) */
class="text-[#9dae5a] bg-[#9dae5a]"
/* SCSS */
$brand: #9dae5a;
/* SwiftUI */
Color(red: 0.616, green: 0.682, blue: 0.353)
/* Android */
Color.parseColor("#9dae5a")Accessibility — WCAG contrast
Aa
#9dae5a on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dae5a on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.2%
Blue35.3%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow48.3%
Key (black)31.8%
Color previews
#9dae5a text on a black background
contrast 8.64:1
Card sample
#9dae5a text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dae5a;
Background color
Panel with #9dae5a background
background-color: #9dae5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dae5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 174, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 174, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dae5a; background: linear-gradient(135deg, #9dae5a, #65AE5A);