#af5463
a balanced, soft red · warm · closest name: sienna
RGB
175, 84, 99
HSL
350°, 36%, 51%
CMYK
0, 52, 43, 31
Luminance
0.1636
Every format
| HEX | #af5463 |
| RGB | rgb(175, 84, 99) |
| HSL | hsl(350, 36%, 51%) |
| CMYK | cmyk(0%, 52%, 43%, 31%) |
| LAB | lab(47.4 38.6 9.1) |
| LCH | lch(47.4 39.6 13.2) |
| OKLCH | oklch(0.562 0.119 11.4) |
Copy-ready code
/* CSS */
color: #af5463;
background-color: #af5463;
/* Tailwind (arbitrary) */
class="text-[#af5463] bg-[#af5463]"
/* SCSS */
$brand: #af5463;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.388)
/* Android */
Color.parseColor("#af5463")Accessibility — WCAG contrast
Aa
#af5463 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5463 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow43.4%
Key (black)31.4%
Color previews
#af5463 text on a black background
contrast 4.27:1
Card sample
#af5463 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5463;
Background color
Panel with #af5463 background
background-color: #af5463;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5463;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5463; background: linear-gradient(135deg, #af5463, #AF8254);