#af87df
a light, vivid violet · warm · closest name: plum
RGB
175, 135, 223
HSL
267°, 58%, 70%
CMYK
22, 40, 0, 13
Luminance
0.3177
Every format
| HEX | #af87df |
| RGB | rgb(175, 135, 223) |
| HSL | hsl(267, 58%, 70%) |
| CMYK | cmyk(22%, 40%, 0%, 13%) |
| LAB | lab(63.1 32.5 -39.3) |
| LCH | lch(63.1 50.9 309.6) |
| OKLCH | oklch(0.695 0.132 304.1) |
Copy-ready code
/* CSS */
color: #af87df;
background-color: #af87df;
/* Tailwind (arbitrary) */
class="text-[#af87df] bg-[#af87df]"
/* SCSS */
$brand: #af87df;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#af87df")Accessibility — WCAG contrast
Aa
#af87df on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87df on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#af87df text on a black background
contrast 7.35:1
Card sample
#af87df text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87df;
Background color
Panel with #af87df background
background-color: #af87df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87df; background: linear-gradient(135deg, #af87df, #DF87D4);