#aca113
a dark, electric yellow · cool · closest name: olive
RGB
172, 161, 19
HSL
56°, 80%, 38%
CMYK
0, 6, 89, 33
Luminance
0.3431
Every format
| HEX | #aca113 |
| RGB | rgb(172, 161, 19) |
| HSL | hsl(56, 80%, 38%) |
| CMYK | cmyk(0%, 6%, 89%, 33%) |
| LAB | lab(65.2 -10.1 65.3) |
| LCH | lch(65.2 66.1 98.8) |
| OKLCH | oklch(0.697 0.143 104.5) |
Copy-ready code
/* CSS */
color: #aca113;
background-color: #aca113;
/* Tailwind (arbitrary) */
class="text-[#aca113] bg-[#aca113]"
/* SCSS */
$brand: #aca113;
/* SwiftUI */
Color(red: 0.675, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#aca113")Accessibility — WCAG contrast
Aa
#aca113 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca113 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green63.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow89.0%
Key (black)32.5%
Color previews
#aca113 text on a black background
contrast 7.86:1
Card sample
#aca113 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca113;
Background color
Panel with #aca113 background
background-color: #aca113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca113; background: linear-gradient(135deg, #aca113, #51AC13);