#ac7f7f
a balanced, soft red · warm · closest name: gray
RGB
172, 127, 127
HSL
0°, 21%, 59%
CMYK
0, 26, 26, 33
Luminance
0.2548
Every format
| HEX | #ac7f7f |
| RGB | rgb(172, 127, 127) |
| HSL | hsl(0, 21%, 59%) |
| CMYK | cmyk(0%, 26%, 26%, 33%) |
| LAB | lab(57.5 17.4 6.8) |
| LCH | lch(57.5 18.7 21.4) |
| OKLCH | oklch(0.641 0.056 18.7) |
Copy-ready code
/* CSS */
color: #ac7f7f;
background-color: #ac7f7f;
/* Tailwind (arbitrary) */
class="text-[#ac7f7f] bg-[#ac7f7f]"
/* SCSS */
$brand: #ac7f7f;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.498)
/* Android */
Color.parseColor("#ac7f7f")Accessibility — WCAG contrast
Aa
#ac7f7f on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7f7f on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow26.2%
Key (black)32.5%
Color previews
#ac7f7f text on a black background
contrast 6.10:1
Card sample
#ac7f7f text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7f7f;
Background color
Panel with #ac7f7f background
background-color: #ac7f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7f7f; background: linear-gradient(135deg, #ac7f7f, #AC9D7F);