#af3757
a balanced, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 55, 87
HSL
344°, 52%, 45%
CMYK
0, 69, 50, 31
Luminance
0.1253
Every format
| HEX | #af3757 |
| RGB | rgb(175, 55, 87) |
| HSL | hsl(344, 52%, 45%) |
| CMYK | cmyk(0%, 69%, 50%, 31%) |
| LAB | lab(42.1 50.9 8.8) |
| LCH | lch(42.1 51.7 9.9) |
| OKLCH | oklch(0.521 0.157 8.4) |
Copy-ready code
/* CSS */
color: #af3757;
background-color: #af3757;
/* Tailwind (arbitrary) */
class="text-[#af3757] bg-[#af3757]"
/* SCSS */
$brand: #af3757;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.341)
/* Android */
Color.parseColor("#af3757")Accessibility — WCAG contrast
Aa
#af3757 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3757 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow50.3%
Key (black)31.4%
Color previews
#af3757 text on a black background
contrast 3.51:1
Card sample
#af3757 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3757;
Background color
Panel with #af3757 background
background-color: #af3757;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3757;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3757; background: linear-gradient(135deg, #af3757, #AF6737);