#af5385
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 83, 133
HSL
327°, 37%, 51%
CMYK
0, 53, 24, 31
Luminance
0.1699
Every format
| HEX | #af5385 |
| RGB | rgb(175, 83, 133) |
| HSL | hsl(327, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 24%, 31%) |
| LAB | lab(48.3 43.4 -10.3) |
| LCH | lch(48.3 44.6 346.7) |
| OKLCH | oklch(0.571 0.133 348.4) |
Copy-ready code
/* CSS */
color: #af5385;
background-color: #af5385;
/* Tailwind (arbitrary) */
class="text-[#af5385] bg-[#af5385]"
/* SCSS */
$brand: #af5385;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.522)
/* Android */
Color.parseColor("#af5385")Accessibility — WCAG contrast
Aa
#af5385 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5385 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow24.0%
Key (black)31.4%
Color previews
#af5385 text on a black background
contrast 4.40:1
Card sample
#af5385 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5385;
Background color
Panel with #af5385 background
background-color: #af5385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5385; background: linear-gradient(135deg, #af5385, #AF5E53);