#acac87
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 135
HSL
60°, 18%, 60%
CMYK
0, 0, 22, 33
Luminance
0.4002
Every format
| HEX | #acac87 |
| RGB | rgb(172, 172, 135) |
| HSL | hsl(60, 18%, 60%) |
| CMYK | cmyk(0%, 0%, 22%, 33%) |
| LAB | lab(69.5 -6.3 19.1) |
| LCH | lch(69.5 20.1 108.1) |
| OKLCH | oklch(0.735 0.051 107.6) |
Copy-ready code
/* CSS */
color: #acac87;
background-color: #acac87;
/* Tailwind (arbitrary) */
class="text-[#acac87] bg-[#acac87]"
/* SCSS */
$brand: #acac87;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.529)
/* Android */
Color.parseColor("#acac87")Accessibility — WCAG contrast
Aa
#acac87 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac87 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow21.5%
Key (black)32.5%
Color previews
#acac87 text on a black background
contrast 9.00:1
Card sample
#acac87 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac87;
Background color
Panel with #acac87 background
background-color: #acac87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac87; background: linear-gradient(135deg, #acac87, #93AC87);