#acac75
a balanced, soft yellow · cool · closest name: tan
RGB
172, 172, 117
HSL
60°, 25%, 57%
CMYK
0, 0, 32, 33
Luminance
0.3956
Every format
| HEX | #acac75 |
| RGB | rgb(172, 172, 117) |
| HSL | hsl(60, 25%, 57%) |
| CMYK | cmyk(0%, 0%, 32%, 33%) |
| LAB | lab(69.2 -8.8 28.4) |
| LCH | lch(69.2 29.7 107.1) |
| OKLCH | oklch(0.731 0.074 108.1) |
Copy-ready code
/* CSS */
color: #acac75;
background-color: #acac75;
/* Tailwind (arbitrary) */
class="text-[#acac75] bg-[#acac75]"
/* SCSS */
$brand: #acac75;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.459)
/* Android */
Color.parseColor("#acac75")Accessibility — WCAG contrast
Aa
#acac75 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac75 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow32.0%
Key (black)32.5%
Color previews
#acac75 text on a black background
contrast 8.91:1
Card sample
#acac75 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac75;
Background color
Panel with #acac75 background
background-color: #acac75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac75; background: linear-gradient(135deg, #acac75, #87AC75);