#af2d59
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
175, 45, 89
HSL
340°, 59%, 43%
CMYK
0, 74, 49, 31
Luminance
0.1171
Every format
| HEX | #af2d59 |
| RGB | rgb(175, 45, 89) |
| HSL | hsl(340, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 49%, 31%) |
| LAB | lab(40.8 54.8 5.8) |
| LCH | lch(40.8 55.1 6.0) |
| OKLCH | oklch(0.511 0.168 5.2) |
Copy-ready code
/* CSS */
color: #af2d59;
background-color: #af2d59;
/* Tailwind (arbitrary) */
class="text-[#af2d59] bg-[#af2d59]"
/* SCSS */
$brand: #af2d59;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.349)
/* Android */
Color.parseColor("#af2d59")Accessibility — WCAG contrast
Aa
#af2d59 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2d59 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow49.1%
Key (black)31.4%
Color previews
#af2d59 text on a black background
contrast 3.34:1
Card sample
#af2d59 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2d59;
Background color
Panel with #af2d59 background
background-color: #af2d59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2d59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2d59; background: linear-gradient(135deg, #af2d59, #AF582D);