#af5149
a balanced, soft red · warm · closest name: sienna
RGB
175, 81, 73
HSL
5°, 41%, 49%
CMYK
0, 54, 58, 31
Luminance
0.1548
Every format
| HEX | #af5149 |
| RGB | rgb(175, 81, 73) |
| HSL | hsl(5, 41%, 49%) |
| CMYK | cmyk(0%, 54%, 58%, 31%) |
| LAB | lab(46.3 37.7 23.1) |
| LCH | lch(46.3 44.2 31.5) |
| OKLCH | oklch(0.551 0.125 26.8) |
Copy-ready code
/* CSS */
color: #af5149;
background-color: #af5149;
/* Tailwind (arbitrary) */
class="text-[#af5149] bg-[#af5149]"
/* SCSS */
$brand: #af5149;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.286)
/* Android */
Color.parseColor("#af5149")Accessibility — WCAG contrast
Aa
#af5149 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5149 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow58.3%
Key (black)31.4%
Color previews
#af5149 text on a black background
contrast 4.10:1
Card sample
#af5149 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5149;
Background color
Panel with #af5149 background
background-color: #af5149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5149; background: linear-gradient(135deg, #af5149, #AF9549);