#af5ff4
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 244
HSL
272°, 87%, 67%
CMYK
28, 61, 0, 4
Luminance
0.2383
Every format
| HEX | #af5ff4 |
| RGB | rgb(175, 95, 244) |
| HSL | hsl(272, 87%, 67%) |
| CMYK | cmyk(28%, 61%, 0%, 4%) |
| LAB | lab(55.9 58.7 -62.4) |
| LCH | lch(55.9 85.7 313.2) |
| OKLCH | oklch(0.645 0.218 305.9) |
Copy-ready code
/* CSS */
color: #af5ff4;
background-color: #af5ff4;
/* Tailwind (arbitrary) */
class="text-[#af5ff4] bg-[#af5ff4]"
/* SCSS */
$brand: #af5ff4;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.957)
/* Android */
Color.parseColor("#af5ff4")Accessibility — WCAG contrast
Aa
#af5ff4 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ff4 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta61.1%
Yellow0.0%
Key (black)4.3%
Color previews
#af5ff4 text on a black background
contrast 5.77:1
Card sample
#af5ff4 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ff4;
Background color
Panel with #af5ff4 background
background-color: #af5ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ff4; background: linear-gradient(135deg, #af5ff4, #F45FD6);