#acac83
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 131
HSL
60°, 20%, 59%
CMYK
0, 0, 24, 33
Luminance
0.3991
Every format
| HEX | #acac83 |
| RGB | rgb(172, 172, 131) |
| HSL | hsl(60, 20%, 59%) |
| CMYK | cmyk(0%, 0%, 24%, 33%) |
| LAB | lab(69.4 -6.8 21.2) |
| LCH | lch(69.4 22.3 107.9) |
| OKLCH | oklch(0.734 0.056 107.7) |
Copy-ready code
/* CSS */
color: #acac83;
background-color: #acac83;
/* Tailwind (arbitrary) */
class="text-[#acac83] bg-[#acac83]"
/* SCSS */
$brand: #acac83;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.514)
/* Android */
Color.parseColor("#acac83")Accessibility — WCAG contrast
Aa
#acac83 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac83 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow23.8%
Key (black)32.5%
Color previews
#acac83 text on a black background
contrast 8.98:1
Card sample
#acac83 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac83;
Background color
Panel with #acac83 background
background-color: #acac83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac83; background: linear-gradient(135deg, #acac83, #91AC83);