#af484b
a balanced, soft red · warm · closest name: sienna
RGB
175, 72, 75
HSL
358°, 42%, 48%
CMYK
0, 59, 57, 31
Luminance
0.1426
Every format
| HEX | #af484b |
| RGB | rgb(175, 72, 75) |
| HSL | hsl(358, 42%, 48%) |
| CMYK | cmyk(0%, 59%, 57%, 31%) |
| LAB | lab(44.6 42.3 19.7) |
| LCH | lch(44.6 46.7 25.0) |
| OKLCH | oklch(0.539 0.135 21.0) |
Copy-ready code
/* CSS */
color: #af484b;
background-color: #af484b;
/* Tailwind (arbitrary) */
class="text-[#af484b] bg-[#af484b]"
/* SCSS */
$brand: #af484b;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.294)
/* Android */
Color.parseColor("#af484b")Accessibility — WCAG contrast
Aa
#af484b on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af484b on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow57.1%
Key (black)31.4%
Color previews
#af484b text on a black background
contrast 3.85:1
Card sample
#af484b text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af484b;
Background color
Panel with #af484b background
background-color: #af484b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af484b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af484b; background: linear-gradient(135deg, #af484b, #AF8A48);