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