#af63fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 99, 254
HSL
269°, 99%, 69%
CMYK
31, 61, 0, 0
Luminance
0.2519
Every format
| HEX | #af63fe |
| RGB | rgb(175, 99, 254) |
| HSL | hsl(269, 99%, 69%) |
| CMYK | cmyk(31%, 61%, 0%, 0%) |
| LAB | lab(57.3 59.0 -65.8) |
| LCH | lch(57.3 88.4 311.9) |
| OKLCH | oklch(0.657 0.223 303.4) |
Copy-ready code
/* CSS */
color: #af63fe;
background-color: #af63fe;
/* Tailwind (arbitrary) */
class="text-[#af63fe] bg-[#af63fe]"
/* SCSS */
$brand: #af63fe;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.996)
/* Android */
Color.parseColor("#af63fe")Accessibility — WCAG contrast
Aa
#af63fe on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63fe on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta61.0%
Yellow0.0%
Key (black)0.4%
Color previews
#af63fe text on a black background
contrast 6.04:1
Card sample
#af63fe text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63fe;
Background color
Panel with #af63fe background
background-color: #af63fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63fe; background: linear-gradient(135deg, #af63fe, #FE63E6);