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