#af7472
a balanced, soft red · warm · closest name: gray
RGB
175, 116, 114
HSL
2°, 28%, 57%
CMYK
0, 34, 35, 31
Luminance
0.2282
Every format
| HEX | #af7472 |
| RGB | rgb(175, 116, 114) |
| HSL | hsl(2, 28%, 57%) |
| CMYK | cmyk(0%, 34%, 35%, 31%) |
| LAB | lab(54.9 23.0 10.7) |
| LCH | lch(54.9 25.3 24.9) |
| OKLCH | oklch(0.620 0.075 21.6) |
Copy-ready code
/* CSS */
color: #af7472;
background-color: #af7472;
/* Tailwind (arbitrary) */
class="text-[#af7472] bg-[#af7472]"
/* SCSS */
$brand: #af7472;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.447)
/* Android */
Color.parseColor("#af7472")Accessibility — WCAG contrast
Aa
#af7472 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7472 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow34.9%
Key (black)31.4%
Color previews
#af7472 text on a black background
contrast 5.56:1
Card sample
#af7472 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7472;
Background color
Panel with #af7472 background
background-color: #af7472;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7472;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7472; background: linear-gradient(135deg, #af7472, #AF9D72);