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