#af4f7d
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 79, 125
HSL
331°, 38%, 50%
CMYK
0, 55, 29, 31
Luminance
0.1619
Every format
| HEX | #af4f7d |
| RGB | rgb(175, 79, 125) |
| HSL | hsl(331, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 29%, 31%) |
| LAB | lab(47.2 44.3 -7.0) |
| LCH | lch(47.2 44.9 351.0) |
| OKLCH | oklch(0.563 0.135 352.4) |
Copy-ready code
/* CSS */
color: #af4f7d;
background-color: #af4f7d;
/* Tailwind (arbitrary) */
class="text-[#af4f7d] bg-[#af4f7d]"
/* SCSS */
$brand: #af4f7d;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.490)
/* Android */
Color.parseColor("#af4f7d")Accessibility — WCAG contrast
Aa
#af4f7d on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f7d on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow28.6%
Key (black)31.4%
Color previews
#af4f7d text on a black background
contrast 4.24:1
Card sample
#af4f7d text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f7d;
Background color
Panel with #af4f7d background
background-color: #af4f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f7d; background: linear-gradient(135deg, #af4f7d, #AF614F);