#9ad275
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 210, 117
HSL
96°, 51%, 64%
CMYK
27, 0, 44, 18
Luminance
0.5425
Every format
| HEX | #9ad275 |
| RGB | rgb(154, 210, 117) |
| HSL | hsl(96, 51%, 64%) |
| CMYK | cmyk(27%, 0%, 44%, 18%) |
| LAB | lab(78.6 -34.4 40.3) |
| LCH | lch(78.6 53.0 130.5) |
| OKLCH | oklch(0.804 0.136 134.0) |
Copy-ready code
/* CSS */
color: #9ad275;
background-color: #9ad275;
/* Tailwind (arbitrary) */
class="text-[#9ad275] bg-[#9ad275]"
/* SCSS */
$brand: #9ad275;
/* SwiftUI */
Color(red: 0.604, green: 0.824, blue: 0.459)
/* Android */
Color.parseColor("#9ad275")Accessibility — WCAG contrast
Aa
#9ad275 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ad275 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green82.4%
Blue45.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow44.3%
Key (black)17.6%
Color previews
#9ad275 text on a black background
contrast 11.85:1
Card sample
#9ad275 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ad275;
Background color
Panel with #9ad275 background
background-color: #9ad275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ad275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 210, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 210, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ad275; background: linear-gradient(135deg, #9ad275, #75D28E);