#af6ba7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 107, 167
HSL
307°, 30%, 55%
CMYK
0, 39, 5, 31
Luminance
0.2242
Every format
| HEX | #af6ba7 |
| RGB | rgb(175, 107, 167) |
| HSL | hsl(307, 30%, 55%) |
| CMYK | cmyk(0%, 39%, 5%, 31%) |
| LAB | lab(54.5 36.3 -20.9) |
| LCH | lch(54.5 41.9 330.1) |
| OKLCH | oklch(0.622 0.117 331.2) |
Copy-ready code
/* CSS */
color: #af6ba7;
background-color: #af6ba7;
/* Tailwind (arbitrary) */
class="text-[#af6ba7] bg-[#af6ba7]"
/* SCSS */
$brand: #af6ba7;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.655)
/* Android */
Color.parseColor("#af6ba7")Accessibility — WCAG contrast
Aa
#af6ba7 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ba7 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow4.6%
Key (black)31.4%
Color previews
#af6ba7 text on a black background
contrast 5.48:1
Card sample
#af6ba7 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ba7;
Background color
Panel with #af6ba7 background
background-color: #af6ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ba7; background: linear-gradient(135deg, #af6ba7, #AF6B7A);