#af78eb
a light, vivid violet · warm · closest name: slateblue
RGB
175, 120, 235
HSL
269°, 74%, 70%
CMYK
26, 49, 0, 8
Luminance
0.2855
Every format
| HEX | #af78eb |
| RGB | rgb(175, 120, 235) |
| HSL | hsl(269, 74%, 70%) |
| CMYK | cmyk(26%, 49%, 0%, 8%) |
| LAB | lab(60.4 43.6 -50.3) |
| LCH | lch(60.4 66.5 310.9) |
| OKLCH | oklch(0.676 0.171 304.3) |
Copy-ready code
/* CSS */
color: #af78eb;
background-color: #af78eb;
/* Tailwind (arbitrary) */
class="text-[#af78eb] bg-[#af78eb]"
/* SCSS */
$brand: #af78eb;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#af78eb")Accessibility — WCAG contrast
Aa
#af78eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78eb on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#af78eb text on a black background
contrast 6.71:1
Card sample
#af78eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78eb;
Background color
Panel with #af78eb background
background-color: #af78eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78eb; background: linear-gradient(135deg, #af78eb, #EB78DA);