#ac976f
a balanced, soft orange · warm · closest name: tan
RGB
172, 151, 111
HSL
39°, 27%, 56%
CMYK
0, 12, 36, 33
Luminance
0.3205
Every format
| HEX | #ac976f |
| RGB | rgb(172, 151, 111) |
| HSL | hsl(39, 27%, 56%) |
| CMYK | cmyk(0%, 12%, 36%, 33%) |
| LAB | lab(63.4 1.8 24.0) |
| LCH | lch(63.4 24.0 85.7) |
| OKLCH | oklch(0.685 0.060 83.2) |
Copy-ready code
/* CSS */
color: #ac976f;
background-color: #ac976f;
/* Tailwind (arbitrary) */
class="text-[#ac976f] bg-[#ac976f]"
/* SCSS */
$brand: #ac976f;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 0.435)
/* Android */
Color.parseColor("#ac976f")Accessibility — WCAG contrast
Aa
#ac976f on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac976f on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow35.5%
Key (black)32.5%
Color previews
#ac976f text on a black background
contrast 7.41:1
Card sample
#ac976f text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac976f;
Background color
Panel with #ac976f background
background-color: #ac976f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac976f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac976f; background: linear-gradient(135deg, #ac976f, #98AC6F);