#af607d
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 96, 125
HSL
338°, 33%, 53%
CMYK
0, 45, 29, 31
Luminance
0.1896
Every format
| HEX | #af607d |
| RGB | rgb(175, 96, 125) |
| HSL | hsl(338, 33%, 53%) |
| CMYK | cmyk(0%, 45%, 29%, 31%) |
| LAB | lab(50.6 35.5 -1.9) |
| LCH | lch(50.6 35.5 356.9) |
| OKLCH | oklch(0.588 0.107 357.5) |
Copy-ready code
/* CSS */
color: #af607d;
background-color: #af607d;
/* Tailwind (arbitrary) */
class="text-[#af607d] bg-[#af607d]"
/* SCSS */
$brand: #af607d;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.490)
/* Android */
Color.parseColor("#af607d")Accessibility — WCAG contrast
Aa
#af607d on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af607d on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow28.6%
Key (black)31.4%
Color previews
#af607d text on a black background
contrast 4.79:1
Card sample
#af607d text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af607d;
Background color
Panel with #af607d background
background-color: #af607d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af607d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af607d; background: linear-gradient(135deg, #af607d, #AF7860);