#af4841
a balanced, vivid red · warm · closest name: sienna
RGB
175, 72, 65
HSL
4°, 46%, 47%
CMYK
0, 59, 63, 31
Luminance
0.1413
Every format
| HEX | #af4841 |
| RGB | rgb(175, 72, 65) |
| HSL | hsl(4, 46%, 47%) |
| CMYK | cmyk(0%, 59%, 63%, 31%) |
| LAB | lab(44.4 41.6 25.5) |
| LCH | lch(44.4 48.8 31.5) |
| OKLCH | oklch(0.537 0.136 26.5) |
Copy-ready code
/* CSS */
color: #af4841;
background-color: #af4841;
/* Tailwind (arbitrary) */
class="text-[#af4841] bg-[#af4841]"
/* SCSS */
$brand: #af4841;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.255)
/* Android */
Color.parseColor("#af4841")Accessibility — WCAG contrast
Aa
#af4841 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4841 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow62.9%
Key (black)31.4%
Color previews
#af4841 text on a black background
contrast 3.83:1
Card sample
#af4841 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4841;
Background color
Panel with #af4841 background
background-color: #af4841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4841; background: linear-gradient(135deg, #af4841, #AF9141);