#af4549
a balanced, soft red · warm · closest name: sienna
RGB
175, 69, 73
HSL
358°, 43%, 48%
CMYK
0, 61, 58, 31
Luminance
0.1385
Every format
| HEX | #af4549 |
| RGB | rgb(175, 69, 73) |
| HSL | hsl(358, 43%, 48%) |
| CMYK | cmyk(0%, 61%, 58%, 31%) |
| LAB | lab(44.0 43.6 20.2) |
| LCH | lch(44.0 48.0 24.8) |
| OKLCH | oklch(0.534 0.139 20.8) |
Copy-ready code
/* CSS */
color: #af4549;
background-color: #af4549;
/* Tailwind (arbitrary) */
class="text-[#af4549] bg-[#af4549]"
/* SCSS */
$brand: #af4549;
/* SwiftUI */
Color(red: 0.686, green: 0.271, blue: 0.286)
/* Android */
Color.parseColor("#af4549")Accessibility — WCAG contrast
Aa
#af4549 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4549 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow58.3%
Key (black)31.4%
Color previews
#af4549 text on a black background
contrast 3.77:1
Card sample
#af4549 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4549;
Background color
Panel with #af4549 background
background-color: #af4549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 69, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 69, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4549; background: linear-gradient(135deg, #af4549, #AF8745);