#af59eb
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 89, 235
HSL
275°, 79%, 64%
CMYK
26, 62, 0, 8
Luminance
0.2226
Every format
| HEX | #af59eb |
| RGB | rgb(175, 89, 235) |
| HSL | hsl(275, 79%, 64%) |
| CMYK | cmyk(26%, 62%, 0%, 8%) |
| LAB | lab(54.3 59.6 -60.0) |
| LCH | lch(54.3 84.5 314.8) |
| OKLCH | oklch(0.632 0.217 308.6) |
Copy-ready code
/* CSS */
color: #af59eb;
background-color: #af59eb;
/* Tailwind (arbitrary) */
class="text-[#af59eb] bg-[#af59eb]"
/* SCSS */
$brand: #af59eb;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#af59eb")Accessibility — WCAG contrast
Aa
#af59eb on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af59eb on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#af59eb text on a black background
contrast 5.45:1
Card sample
#af59eb text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af59eb;
Background color
Panel with #af59eb background
background-color: #af59eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af59eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af59eb; background: linear-gradient(135deg, #af59eb, #EB59C6);