#af5e49
a balanced, soft red · warm · closest name: sienna
RGB
175, 94, 73
HSL
12°, 41%, 49%
CMYK
0, 46, 58, 31
Luminance
0.1760
Every format
| HEX | #af5e49 |
| RGB | rgb(175, 94, 73) |
| HSL | hsl(12, 41%, 49%) |
| CMYK | cmyk(0%, 46%, 58%, 31%) |
| LAB | lab(49.0 30.8 26.6) |
| LCH | lch(49.0 40.8 40.8) |
| OKLCH | oklch(0.572 0.111 35.5) |
Copy-ready code
/* CSS */
color: #af5e49;
background-color: #af5e49;
/* Tailwind (arbitrary) */
class="text-[#af5e49] bg-[#af5e49]"
/* SCSS */
$brand: #af5e49;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.286)
/* Android */
Color.parseColor("#af5e49")Accessibility — WCAG contrast
Aa
#af5e49 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5e49 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow58.3%
Key (black)31.4%
Color previews
#af5e49 text on a black background
contrast 4.52:1
Card sample
#af5e49 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5e49;
Background color
Panel with #af5e49 background
background-color: #af5e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5e49; background: linear-gradient(135deg, #af5e49, #AFA249);