#af92fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 146, 253
HSL
256°, 96%, 78%
CMYK
31, 42, 0, 1
Luminance
0.3676
Every format
| HEX | #af92fd |
| RGB | rgb(175, 146, 253) |
| HSL | hsl(256, 96%, 78%) |
| CMYK | cmyk(31%, 42%, 0%, 1%) |
| LAB | lab(67.1 33.5 -49.6) |
| LCH | lch(67.1 59.8 304.0) |
| OKLCH | oklch(0.730 0.153 294.8) |
Copy-ready code
/* CSS */
color: #af92fd;
background-color: #af92fd;
/* Tailwind (arbitrary) */
class="text-[#af92fd] bg-[#af92fd]"
/* SCSS */
$brand: #af92fd;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#af92fd")Accessibility — WCAG contrast
Aa
#af92fd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af92fd on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#af92fd text on a black background
contrast 8.35:1
Card sample
#af92fd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af92fd;
Background color
Panel with #af92fd background
background-color: #af92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af92fd; background: linear-gradient(135deg, #af92fd, #F692FD);