#af564c
a balanced, soft red · warm · closest name: sienna
RGB
175, 86, 76
HSL
6°, 39%, 49%
CMYK
0, 51, 57, 31
Luminance
0.1629
Every format
| HEX | #af564c |
| RGB | rgb(175, 86, 76) |
| HSL | hsl(6, 39%, 49%) |
| CMYK | cmyk(0%, 51%, 57%, 31%) |
| LAB | lab(47.4 35.4 22.8) |
| LCH | lch(47.4 42.0 32.8) |
| OKLCH | oklch(0.560 0.118 28.0) |
Copy-ready code
/* CSS */
color: #af564c;
background-color: #af564c;
/* Tailwind (arbitrary) */
class="text-[#af564c] bg-[#af564c]"
/* SCSS */
$brand: #af564c;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.298)
/* Android */
Color.parseColor("#af564c")Accessibility — WCAG contrast
Aa
#af564c on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af564c on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow56.6%
Key (black)31.4%
Color previews
#af564c text on a black background
contrast 4.26:1
Card sample
#af564c text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af564c;
Background color
Panel with #af564c background
background-color: #af564c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af564c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af564c; background: linear-gradient(135deg, #af564c, #AF984C);