#abca49
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 202, 73
HSL
74°, 55%, 54%
CMYK
15, 0, 64, 21
Luminance
0.5138
Every format
| HEX | #abca49 |
| RGB | rgb(171, 202, 73) |
| HSL | hsl(74, 55%, 54%) |
| CMYK | cmyk(15%, 0%, 64%, 21%) |
| LAB | lab(76.9 -28.6 58.9) |
| LCH | lch(76.9 65.4 115.9) |
| OKLCH | oklch(0.791 0.158 121.6) |
Copy-ready code
/* CSS */
color: #abca49;
background-color: #abca49;
/* Tailwind (arbitrary) */
class="text-[#abca49] bg-[#abca49]"
/* SCSS */
$brand: #abca49;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.286)
/* Android */
Color.parseColor("#abca49")Accessibility — WCAG contrast
Aa
#abca49 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abca49 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue28.6%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow63.9%
Key (black)20.8%
Color previews
#abca49 text on a black background
contrast 11.28:1
Card sample
#abca49 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abca49;
Background color
Panel with #abca49 background
background-color: #abca49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abca49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abca49; background: linear-gradient(135deg, #abca49, #55CA49);