#af2e62
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
175, 46, 98
HSL
336°, 58%, 43%
CMYK
0, 74, 44, 31
Luminance
0.1195
Every format
| HEX | #af2e62 |
| RGB | rgb(175, 46, 98) |
| HSL | hsl(336, 58%, 43%) |
| CMYK | cmyk(0%, 74%, 44%, 31%) |
| LAB | lab(41.1 55.3 0.6) |
| LCH | lch(41.1 55.3 0.7) |
| OKLCH | oklch(0.515 0.170 0.8) |
Copy-ready code
/* CSS */
color: #af2e62;
background-color: #af2e62;
/* Tailwind (arbitrary) */
class="text-[#af2e62] bg-[#af2e62]"
/* SCSS */
$brand: #af2e62;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.384)
/* Android */
Color.parseColor("#af2e62")Accessibility — WCAG contrast
Aa
#af2e62 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2e62 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow44.0%
Key (black)31.4%
Color previews
#af2e62 text on a black background
contrast 3.39:1
Card sample
#af2e62 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2e62;
Background color
Panel with #af2e62 background
background-color: #af2e62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2e62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2e62; background: linear-gradient(135deg, #af2e62, #AF502E);