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