#af5aff
a light, electric violet · warm · closest name: slateblue
RGB
175, 90, 255
HSL
271°, 100%, 68%
CMYK
31, 65, 0, 0
Luminance
0.2365
Every format
| HEX | #af5aff |
| RGB | rgb(175, 90, 255) |
| HSL | hsl(271, 100%, 68%) |
| CMYK | cmyk(31%, 65%, 0%, 0%) |
| LAB | lab(55.7 63.6 -68.8) |
| LCH | lch(55.7 93.7 312.7) |
| OKLCH | oklch(0.646 0.236 304.2) |
Copy-ready code
/* CSS */
color: #af5aff;
background-color: #af5aff;
/* Tailwind (arbitrary) */
class="text-[#af5aff] bg-[#af5aff]"
/* SCSS */
$brand: #af5aff;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 1.000)
/* Android */
Color.parseColor("#af5aff")Accessibility — WCAG contrast
Aa
#af5aff on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5aff on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta64.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af5aff text on a black background
contrast 5.73:1
Card sample
#af5aff text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5aff;
Background color
Panel with #af5aff background
background-color: #af5aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5aff; background: linear-gradient(135deg, #af5aff, #FF5AE1);