#af65fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 101, 254
HSL
269°, 99%, 70%
CMYK
31, 60, 0, 0
Luminance
0.2558
Every format
| HEX | #af65fe |
| RGB | rgb(175, 101, 254) |
| HSL | hsl(269, 99%, 70%) |
| CMYK | cmyk(31%, 60%, 0%, 0%) |
| LAB | lab(57.6 58.0 -65.2) |
| LCH | lch(57.6 87.3 311.7) |
| OKLCH | oklch(0.660 0.221 303.1) |
Copy-ready code
/* CSS */
color: #af65fe;
background-color: #af65fe;
/* Tailwind (arbitrary) */
class="text-[#af65fe] bg-[#af65fe]"
/* SCSS */
$brand: #af65fe;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.996)
/* Android */
Color.parseColor("#af65fe")Accessibility — WCAG contrast
Aa
#af65fe on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65fe on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta60.2%
Yellow0.0%
Key (black)0.4%
Color previews
#af65fe text on a black background
contrast 6.12:1
Card sample
#af65fe text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65fe;
Background color
Panel with #af65fe background
background-color: #af65fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65fe; background: linear-gradient(135deg, #af65fe, #FE65E7);