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