#af1d52
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 29, 82
HSL
338°, 72%, 40%
CMYK
0, 83, 53, 31
Luminance
0.1060
Every format
| HEX | #af1d52 |
| RGB | rgb(175, 29, 82) |
| HSL | hsl(338, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 53%, 31%) |
| LAB | lab(38.9 59.0 7.6) |
| LCH | lch(38.9 59.4 7.3) |
| OKLCH | oklch(0.497 0.181 6.2) |
Copy-ready code
/* CSS */
color: #af1d52;
background-color: #af1d52;
/* Tailwind (arbitrary) */
class="text-[#af1d52] bg-[#af1d52]"
/* SCSS */
$brand: #af1d52;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.322)
/* Android */
Color.parseColor("#af1d52")Accessibility — WCAG contrast
Aa
#af1d52 on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d52 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow53.1%
Key (black)31.4%
Color previews
#af1d52 text on a black background
contrast 3.12:1
Card sample
#af1d52 text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d52;
Background color
Panel with #af1d52 background
background-color: #af1d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d52; background: linear-gradient(135deg, #af1d52, #AF491D);