#af89ec
a light, vivid violet · warm · closest name: slateblue
RGB
175, 137, 236
HSL
263°, 72%, 73%
CMYK
26, 42, 0, 8
Luminance
0.3306
Every format
| HEX | #af89ec |
| RGB | rgb(175, 137, 236) |
| HSL | hsl(263, 72%, 73%) |
| CMYK | cmyk(26%, 42%, 0%, 8%) |
| LAB | lab(64.2 34.4 -44.8) |
| LCH | lch(64.2 56.5 307.5) |
| OKLCH | oklch(0.705 0.145 300.4) |
Copy-ready code
/* CSS */
color: #af89ec;
background-color: #af89ec;
/* Tailwind (arbitrary) */
class="text-[#af89ec] bg-[#af89ec]"
/* SCSS */
$brand: #af89ec;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.925)
/* Android */
Color.parseColor("#af89ec")Accessibility — WCAG contrast
Aa
#af89ec on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89ec on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta41.9%
Yellow0.0%
Key (black)7.5%
Color previews
#af89ec text on a black background
contrast 7.61:1
Card sample
#af89ec text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89ec;
Background color
Panel with #af89ec background
background-color: #af89ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89ec; background: linear-gradient(135deg, #af89ec, #EC89E7);