#af89df
a light, vivid violet · warm · closest name: plum
RGB
175, 137, 223
HSL
267°, 57%, 71%
CMYK
22, 39, 0, 13
Luminance
0.3233
Every format
| HEX | #af89df |
| RGB | rgb(175, 137, 223) |
| HSL | hsl(267, 57%, 71%) |
| CMYK | cmyk(22%, 39%, 0%, 13%) |
| LAB | lab(63.6 31.3 -38.5) |
| LCH | lch(63.6 49.6 309.1) |
| OKLCH | oklch(0.699 0.128 303.6) |
Copy-ready code
/* CSS */
color: #af89df;
background-color: #af89df;
/* Tailwind (arbitrary) */
class="text-[#af89df] bg-[#af89df]"
/* SCSS */
$brand: #af89df;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#af89df")Accessibility — WCAG contrast
Aa
#af89df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89df on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#af89df text on a black background
contrast 7.47:1
Card sample
#af89df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89df;
Background color
Panel with #af89df background
background-color: #af89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89df; background: linear-gradient(135deg, #af89df, #DF89D6);