#acac91
a balanced, muted yellow · cool · closest name: tan
RGB
172, 172, 145
HSL
60°, 14%, 62%
CMYK
0, 0, 16, 33
Luminance
0.4032
Every format
| HEX | #acac91 |
| RGB | rgb(172, 172, 145) |
| HSL | hsl(60, 14%, 62%) |
| CMYK | cmyk(0%, 0%, 16%, 33%) |
| LAB | lab(69.7 -4.7 13.9) |
| LCH | lch(69.7 14.7 108.7) |
| OKLCH | oklch(0.737 0.038 107.3) |
Copy-ready code
/* CSS */
color: #acac91;
background-color: #acac91;
/* Tailwind (arbitrary) */
class="text-[#acac91] bg-[#acac91]"
/* SCSS */
$brand: #acac91;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.569)
/* Android */
Color.parseColor("#acac91")Accessibility — WCAG contrast
Aa
#acac91 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac91 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.7%
Key (black)32.5%
Color previews
#acac91 text on a black background
contrast 9.06:1
Card sample
#acac91 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac91;
Background color
Panel with #acac91 background
background-color: #acac91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac91; background: linear-gradient(135deg, #acac91, #9AAC91);