#af6249
a balanced, soft red · warm · closest name: sienna
RGB
175, 98, 73
HSL
15°, 41%, 49%
CMYK
0, 44, 58, 31
Luminance
0.1833
Every format
| HEX | #af6249 |
| RGB | rgb(175, 98, 73) |
| HSL | hsl(15, 41%, 49%) |
| CMYK | cmyk(0%, 44%, 58%, 31%) |
| LAB | lab(49.9 28.7 27.8) |
| LCH | lch(49.9 39.9 44.1) |
| OKLCH | oklch(0.579 0.107 38.7) |
Copy-ready code
/* CSS */
color: #af6249;
background-color: #af6249;
/* Tailwind (arbitrary) */
class="text-[#af6249] bg-[#af6249]"
/* SCSS */
$brand: #af6249;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.286)
/* Android */
Color.parseColor("#af6249")Accessibility — WCAG contrast
Aa
#af6249 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af6249 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow58.3%
Key (black)31.4%
Color previews
#af6249 text on a black background
contrast 4.67:1
Card sample
#af6249 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6249;
Background color
Panel with #af6249 background
background-color: #af6249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6249; background: linear-gradient(135deg, #af6249, #AFA649);