#af7464
a balanced, soft red · warm · closest name: sienna
RGB
175, 116, 100
HSL
13°, 32%, 54%
CMYK
0, 34, 43, 31
Luminance
0.2252
Every format
| HEX | #af7464 |
| RGB | rgb(175, 116, 100) |
| HSL | hsl(13, 32%, 54%) |
| CMYK | cmyk(0%, 34%, 43%, 31%) |
| LAB | lab(54.6 21.3 18.4) |
| LCH | lch(54.6 28.1 40.8) |
| OKLCH | oklch(0.617 0.079 35.9) |
Copy-ready code
/* CSS */
color: #af7464;
background-color: #af7464;
/* Tailwind (arbitrary) */
class="text-[#af7464] bg-[#af7464]"
/* SCSS */
$brand: #af7464;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.392)
/* Android */
Color.parseColor("#af7464")Accessibility — WCAG contrast
Aa
#af7464 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7464 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow42.9%
Key (black)31.4%
Color previews
#af7464 text on a black background
contrast 5.50:1
Card sample
#af7464 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7464;
Background color
Panel with #af7464 background
background-color: #af7464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7464; background: linear-gradient(135deg, #af7464, #AFA664);