#acac80
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 128
HSL
60°, 21%, 59%
CMYK
0, 0, 26, 33
Luminance
0.3983
Every format
| HEX | #acac80 |
| RGB | rgb(172, 172, 128) |
| HSL | hsl(60, 21%, 59%) |
| CMYK | cmyk(0%, 0%, 26%, 33%) |
| LAB | lab(69.3 -7.3 22.7) |
| LCH | lch(69.3 23.9 107.7) |
| OKLCH | oklch(0.733 0.060 107.8) |
Copy-ready code
/* CSS */
color: #acac80;
background-color: #acac80;
/* Tailwind (arbitrary) */
class="text-[#acac80] bg-[#acac80]"
/* SCSS */
$brand: #acac80;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.502)
/* Android */
Color.parseColor("#acac80")Accessibility — WCAG contrast
Aa
#acac80 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac80 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow25.6%
Key (black)32.5%
Color previews
#acac80 text on a black background
contrast 8.97:1
Card sample
#acac80 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac80;
Background color
Panel with #acac80 background
background-color: #acac80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac80; background: linear-gradient(135deg, #acac80, #8FAC80);