#af563f
a balanced, vivid red · warm · closest name: sienna
RGB
175, 86, 63
HSL
12°, 47%, 47%
CMYK
0, 51, 64, 31
Luminance
0.1613
Every format
| HEX | #af563f |
| RGB | rgb(175, 86, 63) |
| HSL | hsl(12, 47%, 47%) |
| CMYK | cmyk(0%, 51%, 64%, 31%) |
| LAB | lab(47.1 34.4 30.1) |
| LCH | lch(47.1 45.7 41.2) |
| OKLCH | oklch(0.557 0.122 35.5) |
Copy-ready code
/* CSS */
color: #af563f;
background-color: #af563f;
/* Tailwind (arbitrary) */
class="text-[#af563f] bg-[#af563f]"
/* SCSS */
$brand: #af563f;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.247)
/* Android */
Color.parseColor("#af563f")Accessibility — WCAG contrast
Aa
#af563f on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af563f on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow64.0%
Key (black)31.4%
Color previews
#af563f text on a black background
contrast 4.23:1
Card sample
#af563f text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af563f;
Background color
Panel with #af563f background
background-color: #af563f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af563f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af563f; background: linear-gradient(135deg, #af563f, #AFA13F);