#af6587
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 101, 135
HSL
332°, 32%, 54%
CMYK
0, 42, 23, 31
Luminance
0.2017
Every format
| HEX | #af6587 |
| RGB | rgb(175, 101, 135) |
| HSL | hsl(332, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 23%, 31%) |
| LAB | lab(52.0 34.3 -5.8) |
| LCH | lch(52.0 34.7 350.3) |
| OKLCH | oklch(0.600 0.104 351.7) |
Copy-ready code
/* CSS */
color: #af6587;
background-color: #af6587;
/* Tailwind (arbitrary) */
class="text-[#af6587] bg-[#af6587]"
/* SCSS */
$brand: #af6587;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.529)
/* Android */
Color.parseColor("#af6587")Accessibility — WCAG contrast
Aa
#af6587 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6587 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow22.9%
Key (black)31.4%
Color previews
#af6587 text on a black background
contrast 5.03:1
Card sample
#af6587 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6587;
Background color
Panel with #af6587 background
background-color: #af6587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6587; background: linear-gradient(135deg, #af6587, #AF7465);