#acac79
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 121
HSL
60°, 24%, 58%
CMYK
0, 0, 30, 33
Luminance
0.3966
Every format
| HEX | #acac79 |
| RGB | rgb(172, 172, 121) |
| HSL | hsl(60, 24%, 58%) |
| CMYK | cmyk(0%, 0%, 30%, 33%) |
| LAB | lab(69.2 -8.2 26.3) |
| LCH | lch(69.2 27.6 107.3) |
| OKLCH | oklch(0.732 0.069 108.0) |
Copy-ready code
/* CSS */
color: #acac79;
background-color: #acac79;
/* Tailwind (arbitrary) */
class="text-[#acac79] bg-[#acac79]"
/* SCSS */
$brand: #acac79;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.475)
/* Android */
Color.parseColor("#acac79")Accessibility — WCAG contrast
Aa
#acac79 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac79 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow29.7%
Key (black)32.5%
Color previews
#acac79 text on a black background
contrast 8.93:1
Card sample
#acac79 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac79;
Background color
Panel with #acac79 background
background-color: #acac79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac79; background: linear-gradient(135deg, #acac79, #8AAC79);