#acb913
a dark, electric yellow · cool · closest name: olive
RGB
172, 185, 19
HSL
65°, 81%, 40%
CMYK
7, 0, 90, 28
Luminance
0.4352
Every format
| HEX | #acb913 |
| RGB | rgb(172, 185, 19) |
| HSL | hsl(65, 81%, 40%) |
| CMYK | cmyk(7%, 0%, 90%, 28%) |
| LAB | lab(71.9 -22.3 70.7) |
| LCH | lch(71.9 74.1 107.5) |
| OKLCH | oklch(0.750 0.166 114.8) |
Copy-ready code
/* CSS */
color: #acb913;
background-color: #acb913;
/* Tailwind (arbitrary) */
class="text-[#acb913] bg-[#acb913]"
/* SCSS */
$brand: #acb913;
/* SwiftUI */
Color(red: 0.675, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#acb913")Accessibility — WCAG contrast
Aa
#acb913 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb913 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.5%
Blue7.5%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#acb913 text on a black background
contrast 9.70:1
Card sample
#acb913 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb913;
Background color
Panel with #acb913 background
background-color: #acb913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb913; background: linear-gradient(135deg, #acb913, #3DB913);