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