#9ad46f
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 212, 111
HSL
95°, 54%, 63%
CMYK
27, 0, 48, 17
Luminance
0.5510
Every format
| HEX | #9ad46f |
| RGB | rgb(154, 212, 111) |
| HSL | hsl(95, 54%, 63%) |
| CMYK | cmyk(27%, 0%, 48%, 17%) |
| LAB | lab(79.1 -36.0 43.9) |
| LCH | lch(79.1 56.8 129.4) |
| OKLCH | oklch(0.807 0.145 133.3) |
Copy-ready code
/* CSS */
color: #9ad46f;
background-color: #9ad46f;
/* Tailwind (arbitrary) */
class="text-[#9ad46f] bg-[#9ad46f]"
/* SCSS */
$brand: #9ad46f;
/* SwiftUI */
Color(red: 0.604, green: 0.831, blue: 0.435)
/* Android */
Color.parseColor("#9ad46f")Accessibility — WCAG contrast
Aa
#9ad46f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ad46f on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green83.1%
Blue43.5%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow47.6%
Key (black)16.9%
Color previews
#9ad46f text on a black background
contrast 12.02:1
Card sample
#9ad46f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ad46f;
Background color
Panel with #9ad46f background
background-color: #9ad46f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ad46f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 212, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 212, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ad46f; background: linear-gradient(135deg, #9ad46f, #6FD487);