#af5376
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 83, 118
HSL
337°, 37%, 51%
CMYK
0, 53, 33, 31
Luminance
0.1661
Every format
| HEX | #af5376 |
| RGB | rgb(175, 83, 118) |
| HSL | hsl(337, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 33%, 31%) |
| LAB | lab(47.8 41.4 -2.0) |
| LCH | lch(47.8 41.4 357.3) |
| OKLCH | oklch(0.566 0.126 357.9) |
Copy-ready code
/* CSS */
color: #af5376;
background-color: #af5376;
/* Tailwind (arbitrary) */
class="text-[#af5376] bg-[#af5376]"
/* SCSS */
$brand: #af5376;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.463)
/* Android */
Color.parseColor("#af5376")Accessibility — WCAG contrast
Aa
#af5376 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5376 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow32.6%
Key (black)31.4%
Color previews
#af5376 text on a black background
contrast 4.32:1
Card sample
#af5376 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5376;
Background color
Panel with #af5376 background
background-color: #af5376;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5376;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5376; background: linear-gradient(135deg, #af5376, #AF6D53);