#af63f0
a light, electric violet · warm · closest name: slateblue
RGB
175, 99, 240
HSL
272°, 83%, 67%
CMYK
27, 59, 0, 6
Luminance
0.2433
Every format
| HEX | #af63f0 |
| RGB | rgb(175, 99, 240) |
| HSL | hsl(272, 83%, 67%) |
| CMYK | cmyk(27%, 59%, 0%, 6%) |
| LAB | lab(56.4 55.8 -59.4) |
| LCH | lch(56.4 81.5 313.2) |
| OKLCH | oklch(0.648 0.208 306.3) |
Copy-ready code
/* CSS */
color: #af63f0;
background-color: #af63f0;
/* Tailwind (arbitrary) */
class="text-[#af63f0] bg-[#af63f0]"
/* SCSS */
$brand: #af63f0;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.941)
/* Android */
Color.parseColor("#af63f0")Accessibility — WCAG contrast
Aa
#af63f0 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63f0 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta58.8%
Yellow0.0%
Key (black)5.9%
Color previews
#af63f0 text on a black background
contrast 5.87:1
Card sample
#af63f0 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63f0;
Background color
Panel with #af63f0 background
background-color: #af63f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63f0; background: linear-gradient(135deg, #af63f0, #F063D3);