#9ace2d
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 206, 45
HSL
79°, 64%, 49%
CMYK
25, 0, 78, 19
Luminance
0.5120
Every format
| HEX | #9ace2d |
| RGB | rgb(154, 206, 45) |
| HSL | hsl(79, 64%, 49%) |
| CMYK | cmyk(25%, 0%, 78%, 19%) |
| LAB | lab(76.8 -38.7 68.4) |
| LCH | lch(76.8 78.5 119.5) |
| OKLCH | oklch(0.787 0.187 126.6) |
Copy-ready code
/* CSS */
color: #9ace2d;
background-color: #9ace2d;
/* Tailwind (arbitrary) */
class="text-[#9ace2d] bg-[#9ace2d]"
/* SCSS */
$brand: #9ace2d;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.176)
/* Android */
Color.parseColor("#9ace2d")Accessibility — WCAG contrast
Aa
#9ace2d on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ace2d on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue17.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow78.2%
Key (black)19.2%
Color previews
#9ace2d text on a black background
contrast 11.24:1
Card sample
#9ace2d text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ace2d;
Background color
Panel with #9ace2d background
background-color: #9ace2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ace2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ace2d; background: linear-gradient(135deg, #9ace2d, #2FCE2D);