#af7293
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 114, 147
HSL
328°, 28%, 57%
CMYK
0, 35, 16, 31
Luminance
0.2326
Every format
| HEX | #af7293 |
| RGB | rgb(175, 114, 147) |
| HSL | hsl(328, 28%, 57%) |
| CMYK | cmyk(0%, 35%, 16%, 31%) |
| LAB | lab(55.3 29.0 -8.0) |
| LCH | lch(55.3 30.1 344.6) |
| OKLCH | oklch(0.626 0.088 346.3) |
Copy-ready code
/* CSS */
color: #af7293;
background-color: #af7293;
/* Tailwind (arbitrary) */
class="text-[#af7293] bg-[#af7293]"
/* SCSS */
$brand: #af7293;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.576)
/* Android */
Color.parseColor("#af7293")Accessibility — WCAG contrast
Aa
#af7293 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7293 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow16.0%
Key (black)31.4%
Color previews
#af7293 text on a black background
contrast 5.65:1
Card sample
#af7293 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7293;
Background color
Panel with #af7293 background
background-color: #af7293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7293; background: linear-gradient(135deg, #af7293, #AF7A72);