#af537f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 83, 127
HSL
331°, 37%, 51%
CMYK
0, 53, 27, 31
Luminance
0.1683
Every format
| HEX | #af537f |
| RGB | rgb(175, 83, 127) |
| HSL | hsl(331, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 27%, 31%) |
| LAB | lab(48.0 42.6 -7.0) |
| LCH | lch(48.0 43.1 350.7) |
| OKLCH | oklch(0.569 0.130 352.1) |
Copy-ready code
/* CSS */
color: #af537f;
background-color: #af537f;
/* Tailwind (arbitrary) */
class="text-[#af537f] bg-[#af537f]"
/* SCSS */
$brand: #af537f;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.498)
/* Android */
Color.parseColor("#af537f")Accessibility — WCAG contrast
Aa
#af537f on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af537f on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow27.4%
Key (black)31.4%
Color previews
#af537f text on a black background
contrast 4.37:1
Card sample
#af537f text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af537f;
Background color
Panel with #af537f background
background-color: #af537f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af537f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af537f; background: linear-gradient(135deg, #af537f, #AF6453);