#af78ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 120, 255
HSL
264°, 100%, 74%
CMYK
31, 53, 0, 0
Luminance
0.2977
Every format
| HEX | #af78ff |
| RGB | rgb(175, 120, 255) |
| HSL | hsl(264, 100%, 74%) |
| CMYK | cmyk(31%, 53%, 0%, 0%) |
| LAB | lab(61.5 48.3 -59.6) |
| LCH | lch(61.5 76.8 309.0) |
| OKLCH | oklch(0.688 0.195 300.1) |
Copy-ready code
/* CSS */
color: #af78ff;
background-color: #af78ff;
/* Tailwind (arbitrary) */
class="text-[#af78ff] bg-[#af78ff]"
/* SCSS */
$brand: #af78ff;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 1.000)
/* Android */
Color.parseColor("#af78ff")Accessibility — WCAG contrast
Aa
#af78ff on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78ff on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta52.9%
Yellow0.0%
Key (black)0.0%
Color previews
#af78ff text on a black background
contrast 6.95:1
Card sample
#af78ff text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78ff;
Background color
Panel with #af78ff background
background-color: #af78ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78ff; background: linear-gradient(135deg, #af78ff, #FF78F5);