#af6ba4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 107, 164
HSL
310°, 30%, 55%
CMYK
0, 39, 6, 31
Luminance
0.2231
Every format
| HEX | #af6ba4 |
| RGB | rgb(175, 107, 164) |
| HSL | hsl(310, 30%, 55%) |
| CMYK | cmyk(0%, 39%, 6%, 31%) |
| LAB | lab(54.4 35.8 -19.3) |
| LCH | lch(54.4 40.7 331.6) |
| OKLCH | oklch(0.621 0.115 332.9) |
Copy-ready code
/* CSS */
color: #af6ba4;
background-color: #af6ba4;
/* Tailwind (arbitrary) */
class="text-[#af6ba4] bg-[#af6ba4]"
/* SCSS */
$brand: #af6ba4;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.643)
/* Android */
Color.parseColor("#af6ba4")Accessibility — WCAG contrast
Aa
#af6ba4 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ba4 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow6.3%
Key (black)31.4%
Color previews
#af6ba4 text on a black background
contrast 5.46:1
Card sample
#af6ba4 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ba4;
Background color
Panel with #af6ba4 background
background-color: #af6ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ba4; background: linear-gradient(135deg, #af6ba4, #AF6B77);