#acac69
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 105
HSL
60°, 29%, 54%
CMYK
0, 0, 39, 33
Luminance
0.3930
Every format
| HEX | #acac69 |
| RGB | rgb(172, 172, 105) |
| HSL | hsl(60, 29%, 54%) |
| CMYK | cmyk(0%, 0%, 39%, 33%) |
| LAB | lab(69.0 -10.2 34.5) |
| LCH | lch(69.0 35.9 106.5) |
| OKLCH | oklch(0.729 0.089 108.4) |
Copy-ready code
/* CSS */
color: #acac69;
background-color: #acac69;
/* Tailwind (arbitrary) */
class="text-[#acac69] bg-[#acac69]"
/* SCSS */
$brand: #acac69;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.412)
/* Android */
Color.parseColor("#acac69")Accessibility — WCAG contrast
Aa
#acac69 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac69 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow39.0%
Key (black)32.5%
Color previews
#acac69 text on a black background
contrast 8.86:1
Card sample
#acac69 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac69;
Background color
Panel with #acac69 background
background-color: #acac69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac69; background: linear-gradient(135deg, #acac69, #7FAC69);