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