#abad47
a balanced, soft yellow · cool · closest name: olive
RGB
171, 173, 71
HSL
61°, 42%, 48%
CMYK
1, 0, 59, 32
Luminance
0.3900
Every format
| HEX | #abad47 |
| RGB | rgb(171, 173, 71) |
| HSL | hsl(61, 42%, 48%) |
| CMYK | cmyk(1%, 0%, 59%, 32%) |
| LAB | lab(68.8 -14.3 50.9) |
| LCH | lch(68.8 52.9 105.7) |
| OKLCH | oklch(0.726 0.125 110.2) |
Copy-ready code
/* CSS */
color: #abad47;
background-color: #abad47;
/* Tailwind (arbitrary) */
class="text-[#abad47] bg-[#abad47]"
/* SCSS */
$brand: #abad47;
/* SwiftUI */
Color(red: 0.671, green: 0.678, blue: 0.278)
/* Android */
Color.parseColor("#abad47")Accessibility — WCAG contrast
Aa
#abad47 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abad47 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.8%
Blue27.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow59.0%
Key (black)32.2%
Color previews
#abad47 text on a black background
contrast 8.80:1
Card sample
#abad47 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abad47;
Background color
Panel with #abad47 background
background-color: #abad47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abad47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 173, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 173, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abad47; background: linear-gradient(135deg, #abad47, #67AD47);