#af7373
a balanced, soft red · warm · closest name: gray
RGB
175, 115, 115
HSL
0°, 27%, 57%
CMYK
0, 34, 34, 31
Luminance
0.2261
Every format
| HEX | #af7373 |
| RGB | rgb(175, 115, 115) |
| HSL | hsl(0, 27%, 57%) |
| CMYK | cmyk(0%, 34%, 34%, 31%) |
| LAB | lab(54.7 23.7 9.8) |
| LCH | lch(54.7 25.6 22.4) |
| OKLCH | oklch(0.618 0.076 19.5) |
Copy-ready code
/* CSS */
color: #af7373;
background-color: #af7373;
/* Tailwind (arbitrary) */
class="text-[#af7373] bg-[#af7373]"
/* SCSS */
$brand: #af7373;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.451)
/* Android */
Color.parseColor("#af7373")Accessibility — WCAG contrast
Aa
#af7373 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7373 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow34.3%
Key (black)31.4%
Color previews
#af7373 text on a black background
contrast 5.52:1
Card sample
#af7373 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7373;
Background color
Panel with #af7373 background
background-color: #af7373;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7373;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7373; background: linear-gradient(135deg, #af7373, #AF9B73);