#af7264
a balanced, soft red · warm · closest name: sienna
RGB
175, 114, 100
HSL
11°, 32%, 54%
CMYK
0, 35, 43, 31
Luminance
0.2207
Every format
| HEX | #af7264 |
| RGB | rgb(175, 114, 100) |
| HSL | hsl(11, 32%, 54%) |
| CMYK | cmyk(0%, 35%, 43%, 31%) |
| LAB | lab(54.1 22.4 17.7) |
| LCH | lch(54.1 28.6 38.3) |
| OKLCH | oklch(0.613 0.081 33.5) |
Copy-ready code
/* CSS */
color: #af7264;
background-color: #af7264;
/* Tailwind (arbitrary) */
class="text-[#af7264] bg-[#af7264]"
/* SCSS */
$brand: #af7264;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.392)
/* Android */
Color.parseColor("#af7264")Accessibility — WCAG contrast
Aa
#af7264 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7264 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow42.9%
Key (black)31.4%
Color previews
#af7264 text on a black background
contrast 5.41:1
Card sample
#af7264 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7264;
Background color
Panel with #af7264 background
background-color: #af7264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7264; background: linear-gradient(135deg, #af7264, #AFA464);