#af89d2
a light, soft violet · warm · closest name: plum
RGB
175, 137, 210
HSL
271°, 45%, 68%
CMYK
17, 35, 0, 18
Luminance
0.3166
Every format
| HEX | #af89d2 |
| RGB | rgb(175, 137, 210) |
| HSL | hsl(271, 45%, 68%) |
| CMYK | cmyk(17%, 35%, 0%, 18%) |
| LAB | lab(63.1 28.4 -32.1) |
| LCH | lch(63.1 42.9 311.5) |
| OKLCH | oklch(0.693 0.112 307.6) |
Copy-ready code
/* CSS */
color: #af89d2;
background-color: #af89d2;
/* Tailwind (arbitrary) */
class="text-[#af89d2] bg-[#af89d2]"
/* SCSS */
$brand: #af89d2;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.824)
/* Android */
Color.parseColor("#af89d2")Accessibility — WCAG contrast
Aa
#af89d2 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89d2 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta34.8%
Yellow0.0%
Key (black)17.6%
Color previews
#af89d2 text on a black background
contrast 7.33:1
Card sample
#af89d2 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89d2;
Background color
Panel with #af89d2 background
background-color: #af89d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89d2; background: linear-gradient(135deg, #af89d2, #D289C4);