#af87bc
a balanced, soft violet · warm · closest name: plum
RGB
175, 135, 188
HSL
285°, 28%, 63%
CMYK
7, 28, 0, 26
Luminance
0.3007
Every format
| HEX | #af87bc |
| RGB | rgb(175, 135, 188) |
| HSL | hsl(285, 28%, 63%) |
| CMYK | cmyk(7%, 28%, 0%, 26%) |
| LAB | lab(61.7 24.8 -21.8) |
| LCH | lch(61.7 33.1 318.7) |
| OKLCH | oklch(0.680 0.088 317.7) |
Copy-ready code
/* CSS */
color: #af87bc;
background-color: #af87bc;
/* Tailwind (arbitrary) */
class="text-[#af87bc] bg-[#af87bc]"
/* SCSS */
$brand: #af87bc;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.737)
/* Android */
Color.parseColor("#af87bc")Accessibility — WCAG contrast
Aa
#af87bc on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87bc on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta28.2%
Yellow0.0%
Key (black)26.3%
Color previews
#af87bc text on a black background
contrast 7.01:1
Card sample
#af87bc text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87bc;
Background color
Panel with #af87bc background
background-color: #af87bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87bc; background: linear-gradient(135deg, #af87bc, #BC87A6);