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