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