#9ace3b
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 206, 59
HSL
81°, 60%, 52%
CMYK
25, 0, 71, 19
Luminance
0.5133
Every format
| HEX | #9ace3b |
| RGB | rgb(154, 206, 59) |
| HSL | hsl(81, 60%, 52%) |
| CMYK | cmyk(25%, 0%, 71%, 19%) |
| LAB | lab(76.9 -37.9 63.9) |
| LCH | lch(76.9 74.3 120.7) |
| OKLCH | oklch(0.788 0.180 127.2) |
Copy-ready code
/* CSS */
color: #9ace3b;
background-color: #9ace3b;
/* Tailwind (arbitrary) */
class="text-[#9ace3b] bg-[#9ace3b]"
/* SCSS */
$brand: #9ace3b;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.231)
/* Android */
Color.parseColor("#9ace3b")Accessibility — WCAG contrast
Aa
#9ace3b on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ace3b on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue23.1%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow71.4%
Key (black)19.2%
Color previews
#9ace3b text on a black background
contrast 11.27:1
Card sample
#9ace3b text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ace3b;
Background color
Panel with #9ace3b background
background-color: #9ace3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ace3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ace3b; background: linear-gradient(135deg, #9ace3b, #3BCE3E);