#abac2c
a dark, vivid yellow · cool · closest name: olive
RGB
171, 172, 44
HSL
61°, 59%, 42%
CMYK
1, 0, 74, 33
Luminance
0.3834
Every format
| HEX | #abac2c |
| RGB | rgb(171, 172, 44) |
| HSL | hsl(61, 59%, 42%) |
| CMYK | cmyk(1%, 0%, 74%, 33%) |
| LAB | lab(68.3 -15.4 61.2) |
| LCH | lch(68.3 63.1 104.1) |
| OKLCH | oklch(0.721 0.143 110.0) |
Copy-ready code
/* CSS */
color: #abac2c;
background-color: #abac2c;
/* Tailwind (arbitrary) */
class="text-[#abac2c] bg-[#abac2c]"
/* SCSS */
$brand: #abac2c;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#abac2c")Accessibility — WCAG contrast
Aa
#abac2c on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abac2c on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue17.3%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#abac2c text on a black background
contrast 8.67:1
Card sample
#abac2c text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abac2c;
Background color
Panel with #abac2c background
background-color: #abac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abac2c; background: linear-gradient(135deg, #abac2c, #56AC2C);