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