#acac49
a balanced, soft yellow · cool · closest name: olive
RGB
172, 172, 73
HSL
60°, 40%, 48%
CMYK
0, 0, 58, 33
Luminance
0.3876
Every format
| HEX | #acac49 |
| RGB | rgb(172, 172, 73) |
| HSL | hsl(60, 40%, 48%) |
| CMYK | cmyk(0%, 0%, 58%, 33%) |
| LAB | lab(68.6 -13.2 49.8) |
| LCH | lch(68.6 51.5 104.9) |
| OKLCH | oklch(0.725 0.122 109.1) |
Copy-ready code
/* CSS */
color: #acac49;
background-color: #acac49;
/* Tailwind (arbitrary) */
class="text-[#acac49] bg-[#acac49]"
/* SCSS */
$brand: #acac49;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.286)
/* Android */
Color.parseColor("#acac49")Accessibility — WCAG contrast
Aa
#acac49 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac49 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow57.6%
Key (black)32.5%
Color previews
#acac49 text on a black background
contrast 8.75:1
Card sample
#acac49 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac49;
Background color
Panel with #acac49 background
background-color: #acac49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac49; background: linear-gradient(135deg, #acac49, #6AAC49);