#acac89
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 137
HSL
60°, 17%, 61%
CMYK
0, 0, 20, 33
Luminance
0.4008
Every format
| HEX | #acac89 |
| RGB | rgb(172, 172, 137) |
| HSL | hsl(60, 17%, 61%) |
| CMYK | cmyk(0%, 0%, 20%, 33%) |
| LAB | lab(69.5 -6.0 18.1) |
| LCH | lch(69.5 19.0 108.2) |
| OKLCH | oklch(0.735 0.048 107.5) |
Copy-ready code
/* CSS */
color: #acac89;
background-color: #acac89;
/* Tailwind (arbitrary) */
class="text-[#acac89] bg-[#acac89]"
/* SCSS */
$brand: #acac89;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.537)
/* Android */
Color.parseColor("#acac89")Accessibility — WCAG contrast
Aa
#acac89 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac89 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.3%
Key (black)32.5%
Color previews
#acac89 text on a black background
contrast 9.02:1
Card sample
#acac89 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac89;
Background color
Panel with #acac89 background
background-color: #acac89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac89; background: linear-gradient(135deg, #acac89, #95AC89);