#abad21
a dark, vivid yellow · cool · closest name: olive
RGB
171, 173, 33
HSL
61°, 68%, 40%
CMYK
1, 0, 81, 32
Luminance
0.3865
Every format
| HEX | #abad21 |
| RGB | rgb(171, 173, 33) |
| HSL | hsl(61, 68%, 40%) |
| CMYK | cmyk(1%, 0%, 81%, 32%) |
| LAB | lab(68.5 -16.3 64.8) |
| LCH | lch(68.5 66.8 104.2) |
| OKLCH | oklch(0.723 0.150 110.5) |
Copy-ready code
/* CSS */
color: #abad21;
background-color: #abad21;
/* Tailwind (arbitrary) */
class="text-[#abad21] bg-[#abad21]"
/* SCSS */
$brand: #abad21;
/* SwiftUI */
Color(red: 0.671, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#abad21")Accessibility — WCAG contrast
Aa
#abad21 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abad21 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.8%
Blue12.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow80.9%
Key (black)32.2%
Color previews
#abad21 text on a black background
contrast 8.73:1
Card sample
#abad21 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abad21;
Background color
Panel with #abad21 background
background-color: #abad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abad21; background: linear-gradient(135deg, #abad21, #4EAD21);