#af5646
a balanced, soft red · warm · closest name: sienna
RGB
175, 86, 70
HSL
9°, 43%, 48%
CMYK
0, 51, 60, 31
Luminance
0.1621
Every format
| HEX | #af5646 |
| RGB | rgb(175, 86, 70) |
| HSL | hsl(9, 43%, 48%) |
| CMYK | cmyk(0%, 51%, 60%, 31%) |
| LAB | lab(47.3 34.9 26.1) |
| LCH | lch(47.3 43.6 36.8) |
| OKLCH | oklch(0.558 0.120 31.7) |
Copy-ready code
/* CSS */
color: #af5646;
background-color: #af5646;
/* Tailwind (arbitrary) */
class="text-[#af5646] bg-[#af5646]"
/* SCSS */
$brand: #af5646;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.275)
/* Android */
Color.parseColor("#af5646")Accessibility — WCAG contrast
Aa
#af5646 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5646 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow60.0%
Key (black)31.4%
Color previews
#af5646 text on a black background
contrast 4.24:1
Card sample
#af5646 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5646;
Background color
Panel with #af5646 background
background-color: #af5646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5646; background: linear-gradient(135deg, #af5646, #AF9C46);