#af5ffd
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 253
HSL
270°, 98%, 68%
CMYK
31, 63, 0, 1
Luminance
0.2439
Every format
| HEX | #af5ffd |
| RGB | rgb(175, 95, 253) |
| HSL | hsl(270, 98%, 68%) |
| CMYK | cmyk(31%, 63%, 0%, 1%) |
| LAB | lab(56.5 60.7 -66.5) |
| LCH | lch(56.5 90.1 312.4) |
| OKLCH | oklch(0.651 0.228 304.0) |
Copy-ready code
/* CSS */
color: #af5ffd;
background-color: #af5ffd;
/* Tailwind (arbitrary) */
class="text-[#af5ffd] bg-[#af5ffd]"
/* SCSS */
$brand: #af5ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.992)
/* Android */
Color.parseColor("#af5ffd")Accessibility — WCAG contrast
Aa
#af5ffd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ffd on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta62.5%
Yellow0.0%
Key (black)0.8%
Color previews
#af5ffd text on a black background
contrast 5.88:1
Card sample
#af5ffd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ffd;
Background color
Panel with #af5ffd background
background-color: #af5ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ffd; background: linear-gradient(135deg, #af5ffd, #FD5FE2);