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