#af88eb
a light, vivid violet · warm · closest name: slateblue
RGB
175, 136, 235
HSL
264°, 71%, 73%
CMYK
26, 42, 0, 8
Luminance
0.3272
Every format
| HEX | #af88eb |
| RGB | rgb(175, 136, 235) |
| HSL | hsl(264, 71%, 73%) |
| CMYK | cmyk(26%, 42%, 0%, 8%) |
| LAB | lab(63.9 34.7 -44.7) |
| LCH | lch(63.9 56.6 307.8) |
| OKLCH | oklch(0.703 0.145 300.9) |
Copy-ready code
/* CSS */
color: #af88eb;
background-color: #af88eb;
/* Tailwind (arbitrary) */
class="text-[#af88eb] bg-[#af88eb]"
/* SCSS */
$brand: #af88eb;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#af88eb")Accessibility — WCAG contrast
Aa
#af88eb on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af88eb on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#af88eb text on a black background
contrast 7.54:1
Card sample
#af88eb text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af88eb;
Background color
Panel with #af88eb background
background-color: #af88eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af88eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af88eb; background: linear-gradient(135deg, #af88eb, #EB88E5);