#abaf21
a dark, vivid yellow · cool · closest name: olive
RGB
171, 175, 33
HSL
62°, 68%, 41%
CMYK
2, 0, 81, 31
Luminance
0.3943
Every format
| HEX | #abaf21 |
| RGB | rgb(171, 175, 33) |
| HSL | hsl(62, 68%, 41%) |
| CMYK | cmyk(2%, 0%, 81%, 31%) |
| LAB | lab(69.1 -17.4 65.3) |
| LCH | lch(69.1 67.5 104.9) |
| OKLCH | oklch(0.727 0.152 111.4) |
Copy-ready code
/* CSS */
color: #abaf21;
background-color: #abaf21;
/* Tailwind (arbitrary) */
class="text-[#abaf21] bg-[#abaf21]"
/* SCSS */
$brand: #abaf21;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#abaf21")Accessibility — WCAG contrast
Aa
#abaf21 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaf21 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue12.9%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow81.1%
Key (black)31.4%
Color previews
#abaf21 text on a black background
contrast 8.89:1
Card sample
#abaf21 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaf21;
Background color
Panel with #abaf21 background
background-color: #abaf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaf21; background: linear-gradient(135deg, #abaf21, #4CAF21);