#af89e2
a light, vivid violet · warm · closest name: plum
RGB
175, 137, 226
HSL
266°, 61%, 71%
CMYK
23, 39, 0, 11
Luminance
0.3250
Every format
| HEX | #af89e2 |
| RGB | rgb(175, 137, 226) |
| HSL | hsl(266, 61%, 71%) |
| CMYK | cmyk(23%, 39%, 0%, 11%) |
| LAB | lab(63.8 32.0 -40.0) |
| LCH | lch(63.8 51.2 308.7) |
| OKLCH | oklch(0.700 0.132 302.8) |
Copy-ready code
/* CSS */
color: #af89e2;
background-color: #af89e2;
/* Tailwind (arbitrary) */
class="text-[#af89e2] bg-[#af89e2]"
/* SCSS */
$brand: #af89e2;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.886)
/* Android */
Color.parseColor("#af89e2")Accessibility — WCAG contrast
Aa
#af89e2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89e2 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta39.4%
Yellow0.0%
Key (black)11.4%
Color previews
#af89e2 text on a black background
contrast 7.50:1
Card sample
#af89e2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89e2;
Background color
Panel with #af89e2 background
background-color: #af89e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89e2; background: linear-gradient(135deg, #af89e2, #E289DA);