#9abc3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 188, 63
HSL
76°, 50%, 49%
CMYK
18, 0, 67, 26
Luminance
0.4320
Every format
| HEX | #9abc3f |
| RGB | rgb(154, 188, 63) |
| HSL | hsl(76, 50%, 49%) |
| CMYK | cmyk(18%, 0%, 67%, 26%) |
| LAB | lab(71.7 -29.4 57.1) |
| LCH | lch(71.7 64.2 117.2) |
| OKLCH | oklch(0.746 0.155 123.3) |
Copy-ready code
/* CSS */
color: #9abc3f;
background-color: #9abc3f;
/* Tailwind (arbitrary) */
class="text-[#9abc3f] bg-[#9abc3f]"
/* SCSS */
$brand: #9abc3f;
/* SwiftUI */
Color(red: 0.604, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#9abc3f")Accessibility — WCAG contrast
Aa
#9abc3f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9abc3f on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green73.7%
Blue24.7%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow66.5%
Key (black)26.3%
Color previews
#9abc3f text on a black background
contrast 9.64:1
Card sample
#9abc3f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9abc3f;
Background color
Panel with #9abc3f background
background-color: #9abc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9abc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9abc3f; background: linear-gradient(135deg, #9abc3f, #47BC3F);