#af543c
a balanced, vivid red · warm · closest name: sienna
RGB
175, 84, 60
HSL
13°, 49%, 46%
CMYK
0, 52, 66, 31
Luminance
0.1578
Every format
| HEX | #af543c |
| RGB | rgb(175, 84, 60) |
| HSL | hsl(13, 49%, 46%) |
| CMYK | cmyk(0%, 52%, 66%, 31%) |
| LAB | lab(46.7 35.2 31.2) |
| LCH | lch(46.7 47.1 41.6) |
| OKLCH | oklch(0.554 0.125 35.8) |
Copy-ready code
/* CSS */
color: #af543c;
background-color: #af543c;
/* Tailwind (arbitrary) */
class="text-[#af543c] bg-[#af543c]"
/* SCSS */
$brand: #af543c;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.235)
/* Android */
Color.parseColor("#af543c")Accessibility — WCAG contrast
Aa
#af543c on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af543c on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow65.7%
Key (black)31.4%
Color previews
#af543c text on a black background
contrast 4.16:1
Card sample
#af543c text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af543c;
Background color
Panel with #af543c background
background-color: #af543c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af543c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af543c; background: linear-gradient(135deg, #af543c, #AFA13C);