#af4657
a balanced, soft red · warm · closest name: sienna
RGB
175, 70, 87
HSL
350°, 43%, 48%
CMYK
0, 60, 50, 31
Luminance
0.1418
Every format
| HEX | #af4657 |
| RGB | rgb(175, 70, 87) |
| HSL | hsl(350, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 50%, 31%) |
| LAB | lab(44.5 44.3 12.3) |
| LCH | lch(44.5 46.0 15.5) |
| OKLCH | oklch(0.539 0.138 13.1) |
Copy-ready code
/* CSS */
color: #af4657;
background-color: #af4657;
/* Tailwind (arbitrary) */
class="text-[#af4657] bg-[#af4657]"
/* SCSS */
$brand: #af4657;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.341)
/* Android */
Color.parseColor("#af4657")Accessibility — WCAG contrast
Aa
#af4657 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4657 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow50.3%
Key (black)31.4%
Color previews
#af4657 text on a black background
contrast 3.84:1
Card sample
#af4657 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4657;
Background color
Panel with #af4657 background
background-color: #af4657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4657; background: linear-gradient(135deg, #af4657, #AF7B46);