#ac7667
a balanced, soft red · warm · closest name: sienna
RGB
172, 118, 103
HSL
13°, 29%, 54%
CMYK
0, 31, 40, 33
Luminance
0.2271
Every format
| HEX | #ac7667 |
| RGB | rgb(172, 118, 103) |
| HSL | hsl(13, 29%, 54%) |
| CMYK | cmyk(0%, 31%, 40%, 33%) |
| LAB | lab(54.8 19.3 16.8) |
| LCH | lch(54.8 25.6 41.1) |
| OKLCH | oklch(0.617 0.072 36.2) |
Copy-ready code
/* CSS */
color: #ac7667;
background-color: #ac7667;
/* Tailwind (arbitrary) */
class="text-[#ac7667] bg-[#ac7667]"
/* SCSS */
$brand: #ac7667;
/* SwiftUI */
Color(red: 0.675, green: 0.463, blue: 0.404)
/* Android */
Color.parseColor("#ac7667")Accessibility — WCAG contrast
Aa
#ac7667 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7667 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.3%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow40.1%
Key (black)32.5%
Color previews
#ac7667 text on a black background
contrast 5.54:1
Card sample
#ac7667 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7667;
Background color
Panel with #ac7667 background
background-color: #ac7667;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7667;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 118, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 118, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7667; background: linear-gradient(135deg, #ac7667, #ACA467);