#af5c80
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 92, 128
HSL
334°, 34%, 52%
CMYK
0, 47, 27, 31
Luminance
0.1833
Every format
| HEX | #af5c80 |
| RGB | rgb(175, 92, 128) |
| HSL | hsl(334, 34%, 52%) |
| CMYK | cmyk(0%, 47%, 27%, 31%) |
| LAB | lab(49.9 38.0 -4.8) |
| LCH | lch(49.9 38.4 352.8) |
| OKLCH | oklch(0.583 0.116 353.9) |
Copy-ready code
/* CSS */
color: #af5c80;
background-color: #af5c80;
/* Tailwind (arbitrary) */
class="text-[#af5c80] bg-[#af5c80]"
/* SCSS */
$brand: #af5c80;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.502)
/* Android */
Color.parseColor("#af5c80")Accessibility — WCAG contrast
Aa
#af5c80 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5c80 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow26.9%
Key (black)31.4%
Color previews
#af5c80 text on a black background
contrast 4.67:1
Card sample
#af5c80 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5c80;
Background color
Panel with #af5c80 background
background-color: #af5c80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5c80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5c80; background: linear-gradient(135deg, #af5c80, #AF6F5C);