#af2e7b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 46, 123
HSL
324°, 58%, 43%
CMYK
0, 74, 30, 31
Luminance
0.1250
Every format
| HEX | #af2e7b |
| RGB | rgb(175, 46, 123) |
| HSL | hsl(324, 58%, 43%) |
| CMYK | cmyk(0%, 74%, 30%, 31%) |
| LAB | lab(42.0 58.1 -13.6) |
| LCH | lch(42.0 59.6 346.8) |
| OKLCH | oklch(0.524 0.181 348.6) |
Copy-ready code
/* CSS */
color: #af2e7b;
background-color: #af2e7b;
/* Tailwind (arbitrary) */
class="text-[#af2e7b] bg-[#af2e7b]"
/* SCSS */
$brand: #af2e7b;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.482)
/* Android */
Color.parseColor("#af2e7b")Accessibility — WCAG contrast
Aa
#af2e7b on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2e7b on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow29.7%
Key (black)31.4%
Color previews
#af2e7b text on a black background
contrast 3.50:1
Card sample
#af2e7b text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2e7b;
Background color
Panel with #af2e7b background
background-color: #af2e7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2e7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2e7b; background: linear-gradient(135deg, #af2e7b, #AF372E);