#af87d3
a light, vivid violet · warm · closest name: plum
RGB
175, 135, 211
HSL
272°, 46%, 68%
CMYK
17, 36, 0, 17
Luminance
0.3115
Every format
| HEX | #af87d3 |
| RGB | rgb(175, 135, 211) |
| HSL | hsl(272, 46%, 68%) |
| CMYK | cmyk(17%, 36%, 0%, 17%) |
| LAB | lab(62.6 29.7 -33.4) |
| LCH | lch(62.6 44.7 311.7) |
| OKLCH | oklch(0.690 0.117 307.7) |
Copy-ready code
/* CSS */
color: #af87d3;
background-color: #af87d3;
/* Tailwind (arbitrary) */
class="text-[#af87d3] bg-[#af87d3]"
/* SCSS */
$brand: #af87d3;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.827)
/* Android */
Color.parseColor("#af87d3")Accessibility — WCAG contrast
Aa
#af87d3 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af87d3 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta36.0%
Yellow0.0%
Key (black)17.3%
Color previews
#af87d3 text on a black background
contrast 7.23:1
Card sample
#af87d3 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af87d3;
Background color
Panel with #af87d3 background
background-color: #af87d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af87d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af87d3; background: linear-gradient(135deg, #af87d3, #D387C4);