#ac7f75
a balanced, soft red · warm · closest name: gray
RGB
172, 127, 117
HSL
11°, 25%, 57%
CMYK
0, 26, 32, 33
Luminance
0.2523
Every format
| HEX | #ac7f75 |
| RGB | rgb(172, 127, 117) |
| HSL | hsl(11, 25%, 57%) |
| CMYK | cmyk(0%, 26%, 32%, 33%) |
| LAB | lab(57.3 16.0 12.3) |
| LCH | lch(57.3 20.1 37.5) |
| OKLCH | oklch(0.638 0.058 32.8) |
Copy-ready code
/* CSS */
color: #ac7f75;
background-color: #ac7f75;
/* Tailwind (arbitrary) */
class="text-[#ac7f75] bg-[#ac7f75]"
/* SCSS */
$brand: #ac7f75;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.459)
/* Android */
Color.parseColor("#ac7f75")Accessibility — WCAG contrast
Aa
#ac7f75 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7f75 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow32.0%
Key (black)32.5%
Color previews
#ac7f75 text on a black background
contrast 6.05:1
Card sample
#ac7f75 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7f75;
Background color
Panel with #ac7f75 background
background-color: #ac7f75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7f75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7f75; background: linear-gradient(135deg, #ac7f75, #ACA475);