#af63f4
a light, electric violet · warm · closest name: slateblue
RGB
175, 99, 244
HSL
271°, 87%, 67%
CMYK
28, 59, 0, 4
Luminance
0.2457
Every format
| HEX | #af63f4 |
| RGB | rgb(175, 99, 244) |
| HSL | hsl(271, 87%, 67%) |
| CMYK | cmyk(28%, 59%, 0%, 4%) |
| LAB | lab(56.6 56.7 -61.2) |
| LCH | lch(56.6 83.4 312.8) |
| OKLCH | oklch(0.651 0.212 305.4) |
Copy-ready code
/* CSS */
color: #af63f4;
background-color: #af63f4;
/* Tailwind (arbitrary) */
class="text-[#af63f4] bg-[#af63f4]"
/* SCSS */
$brand: #af63f4;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.957)
/* Android */
Color.parseColor("#af63f4")Accessibility — WCAG contrast
Aa
#af63f4 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63f4 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta59.4%
Yellow0.0%
Key (black)4.3%
Color previews
#af63f4 text on a black background
contrast 5.91:1
Card sample
#af63f4 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63f4;
Background color
Panel with #af63f4 background
background-color: #af63f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63f4; background: linear-gradient(135deg, #af63f4, #F463D8);