#af4449
a balanced, soft red · warm · closest name: sienna
RGB
175, 68, 73
HSL
357°, 44%, 48%
CMYK
0, 61, 58, 31
Luminance
0.1373
Every format
| HEX | #af4449 |
| RGB | rgb(175, 68, 73) |
| HSL | hsl(357, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 58%, 31%) |
| LAB | lab(43.9 44.1 19.9) |
| LCH | lch(43.9 48.4 24.3) |
| OKLCH | oklch(0.533 0.140 20.4) |
Copy-ready code
/* CSS */
color: #af4449;
background-color: #af4449;
/* Tailwind (arbitrary) */
class="text-[#af4449] bg-[#af4449]"
/* SCSS */
$brand: #af4449;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.286)
/* Android */
Color.parseColor("#af4449")Accessibility — WCAG contrast
Aa
#af4449 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4449 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow58.3%
Key (black)31.4%
Color previews
#af4449 text on a black background
contrast 3.75:1
Card sample
#af4449 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4449;
Background color
Panel with #af4449 background
background-color: #af4449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4449; background: linear-gradient(135deg, #af4449, #AF8644);