#ac930f
a dark, electric yellow · cool · closest name: olive
RGB
172, 147, 15
HSL
50°, 84%, 37%
CMYK
0, 15, 91, 33
Luminance
0.2967
Every format
| HEX | #ac930f |
| RGB | rgb(172, 147, 15) |
| HSL | hsl(50, 84%, 37%) |
| CMYK | cmyk(0%, 15%, 91%, 33%) |
| LAB | lab(61.4 -2.7 63.1) |
| LCH | lch(61.4 63.2 92.4) |
| OKLCH | oklch(0.666 0.134 96.6) |
Copy-ready code
/* CSS */
color: #ac930f;
background-color: #ac930f;
/* Tailwind (arbitrary) */
class="text-[#ac930f] bg-[#ac930f]"
/* SCSS */
$brand: #ac930f;
/* SwiftUI */
Color(red: 0.675, green: 0.576, blue: 0.059)
/* Android */
Color.parseColor("#ac930f")Accessibility — WCAG contrast
Aa
#ac930f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac930f on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green57.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow91.3%
Key (black)32.5%
Color previews
#ac930f text on a black background
contrast 6.93:1
Card sample
#ac930f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac930f;
Background color
Panel with #ac930f background
background-color: #ac930f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac930f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 147, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 147, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac930f; background: linear-gradient(135deg, #ac930f, #5DAC0F);