#af89dc
a light, vivid violet · warm · closest name: plum
RGB
175, 137, 220
HSL
268°, 54%, 70%
CMYK
21, 38, 0, 14
Luminance
0.3217
Every format
| HEX | #af89dc |
| RGB | rgb(175, 137, 220) |
| HSL | hsl(268, 54%, 70%) |
| CMYK | cmyk(21%, 38%, 0%, 14%) |
| LAB | lab(63.5 30.6 -37.1) |
| LCH | lch(63.5 48.1 309.6) |
| OKLCH | oklch(0.697 0.125 304.4) |
Copy-ready code
/* CSS */
color: #af89dc;
background-color: #af89dc;
/* Tailwind (arbitrary) */
class="text-[#af89dc] bg-[#af89dc]"
/* SCSS */
$brand: #af89dc;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.863)
/* Android */
Color.parseColor("#af89dc")Accessibility — WCAG contrast
Aa
#af89dc on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89dc on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta37.7%
Yellow0.0%
Key (black)13.7%
Color previews
#af89dc text on a black background
contrast 7.43:1
Card sample
#af89dc text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89dc;
Background color
Panel with #af89dc background
background-color: #af89dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89dc; background: linear-gradient(135deg, #af89dc, #DC89D2);