#abaf2f
a dark, vivid yellow · cool · closest name: olive
RGB
171, 175, 47
HSL
62°, 58%, 44%
CMYK
2, 0, 73, 31
Luminance
0.3952
Every format
| HEX | #abaf2f |
| RGB | rgb(171, 175, 47) |
| HSL | hsl(62, 58%, 44%) |
| CMYK | cmyk(2%, 0%, 73%, 31%) |
| LAB | lab(69.1 -16.8 61.0) |
| LCH | lch(69.1 63.2 105.4) |
| OKLCH | oklch(0.728 0.144 111.3) |
Copy-ready code
/* CSS */
color: #abaf2f;
background-color: #abaf2f;
/* Tailwind (arbitrary) */
class="text-[#abaf2f] bg-[#abaf2f]"
/* SCSS */
$brand: #abaf2f;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#abaf2f")Accessibility — WCAG contrast
Aa
#abaf2f on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaf2f on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue18.4%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow73.1%
Key (black)31.4%
Color previews
#abaf2f text on a black background
contrast 8.90:1
Card sample
#abaf2f text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaf2f;
Background color
Panel with #abaf2f background
background-color: #abaf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaf2f; background: linear-gradient(135deg, #abaf2f, #56AF2F);