#af93eb
a light, vivid violet · warm · closest name: plum
RGB
175, 147, 235
HSL
259°, 69%, 75%
CMYK
26, 37, 0, 8
Luminance
0.3598
Every format
| HEX | #af93eb |
| RGB | rgb(175, 147, 235) |
| HSL | hsl(259, 69%, 75%) |
| CMYK | cmyk(26%, 37%, 0%, 8%) |
| LAB | lab(66.5 28.5 -40.6) |
| LCH | lch(66.5 49.6 305.1) |
| OKLCH | oklch(0.723 0.128 297.8) |
Copy-ready code
/* CSS */
color: #af93eb;
background-color: #af93eb;
/* Tailwind (arbitrary) */
class="text-[#af93eb] bg-[#af93eb]"
/* SCSS */
$brand: #af93eb;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#af93eb")Accessibility — WCAG contrast
Aa
#af93eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af93eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#af93eb text on a black background
contrast 8.20:1
Card sample
#af93eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af93eb;
Background color
Panel with #af93eb background
background-color: #af93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af93eb; background: linear-gradient(135deg, #af93eb, #EA93EB);