#af78f4
a light, electric violet · warm · closest name: slateblue
RGB
175, 120, 244
HSL
267°, 85%, 71%
CMYK
28, 51, 0, 4
Luminance
0.2908
Every format
| HEX | #af78f4 |
| RGB | rgb(175, 120, 244) |
| HSL | hsl(267, 85%, 71%) |
| CMYK | cmyk(28%, 51%, 0%, 4%) |
| LAB | lab(60.9 45.7 -54.5) |
| LCH | lch(60.9 71.1 310.0) |
| OKLCH | oklch(0.681 0.182 302.3) |
Copy-ready code
/* CSS */
color: #af78f4;
background-color: #af78f4;
/* Tailwind (arbitrary) */
class="text-[#af78f4] bg-[#af78f4]"
/* SCSS */
$brand: #af78f4;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.957)
/* Android */
Color.parseColor("#af78f4")Accessibility — WCAG contrast
Aa
#af78f4 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78f4 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta50.8%
Yellow0.0%
Key (black)4.3%
Color previews
#af78f4 text on a black background
contrast 6.82:1
Card sample
#af78f4 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78f4;
Background color
Panel with #af78f4 background
background-color: #af78f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78f4; background: linear-gradient(135deg, #af78f4, #F478E6);