#af5153
a balanced, soft red · warm · closest name: sienna
RGB
175, 81, 83
HSL
359°, 37%, 50%
CMYK
0, 54, 53, 31
Luminance
0.1562
Every format
| HEX | #af5153 |
| RGB | rgb(175, 81, 83) |
| HSL | hsl(359, 37%, 50%) |
| CMYK | cmyk(0%, 54%, 53%, 31%) |
| LAB | lab(46.5 38.5 17.4) |
| LCH | lch(46.5 42.3 24.3) |
| OKLCH | oklch(0.553 0.123 20.6) |
Copy-ready code
/* CSS */
color: #af5153;
background-color: #af5153;
/* Tailwind (arbitrary) */
class="text-[#af5153] bg-[#af5153]"
/* SCSS */
$brand: #af5153;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.325)
/* Android */
Color.parseColor("#af5153")Accessibility — WCAG contrast
Aa
#af5153 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5153 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow52.6%
Key (black)31.4%
Color previews
#af5153 text on a black background
contrast 4.12:1
Card sample
#af5153 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5153;
Background color
Panel with #af5153 background
background-color: #af5153;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5153;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5153; background: linear-gradient(135deg, #af5153, #AF8E51);