#abac00
a dark, electric yellow · cool · closest name: olive
RGB
171, 172, 0
HSL
60°, 100%, 34%
CMYK
1, 0, 100, 33
Luminance
0.3816
Every format
| HEX | #abac00 |
| RGB | rgb(171, 172, 0) |
| HSL | hsl(60, 100%, 34%) |
| CMYK | cmyk(1%, 0%, 100%, 33%) |
| LAB | lab(68.1 -16.5 70.2) |
| LCH | lch(68.1 72.1 103.2) |
| OKLCH | oklch(0.720 0.157 110.2) |
Copy-ready code
/* CSS */
color: #abac00;
background-color: #abac00;
/* Tailwind (arbitrary) */
class="text-[#abac00] bg-[#abac00]"
/* SCSS */
$brand: #abac00;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#abac00")Accessibility — WCAG contrast
Aa
#abac00 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abac00 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#abac00 text on a black background
contrast 8.63:1
Card sample
#abac00 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abac00;
Background color
Panel with #abac00 background
background-color: #abac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abac00; background: linear-gradient(135deg, #abac00, #38AC00);