#acb721
a dark, vivid yellow · cool · closest name: olive
RGB
172, 183, 33
HSL
64°, 69%, 42%
CMYK
6, 0, 82, 28
Luminance
0.4275
Every format
| HEX | #acb721 |
| RGB | rgb(172, 183, 33) |
| HSL | hsl(64, 69%, 42%) |
| CMYK | cmyk(6%, 0%, 82%, 28%) |
| LAB | lab(71.4 -20.9 67.3) |
| LCH | lch(71.4 70.5 107.3) |
| OKLCH | oklch(0.746 0.160 114.1) |
Copy-ready code
/* CSS */
color: #acb721;
background-color: #acb721;
/* Tailwind (arbitrary) */
class="text-[#acb721] bg-[#acb721]"
/* SCSS */
$brand: #acb721;
/* SwiftUI */
Color(red: 0.675, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#acb721")Accessibility — WCAG contrast
Aa
#acb721 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb721 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.8%
Blue12.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#acb721 text on a black background
contrast 9.55:1
Card sample
#acb721 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb721;
Background color
Panel with #acb721 background
background-color: #acb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb721; background: linear-gradient(135deg, #acb721, #48B721);