#af91fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 145, 253
HSL
257°, 96%, 78%
CMYK
31, 43, 0, 1
Luminance
0.3646
Every format
| HEX | #af91fd |
| RGB | rgb(175, 145, 253) |
| HSL | hsl(257, 96%, 78%) |
| CMYK | cmyk(31%, 43%, 0%, 1%) |
| LAB | lab(66.9 34.0 -49.9) |
| LCH | lch(66.9 60.4 304.3) |
| OKLCH | oklch(0.728 0.155 295.1) |
Copy-ready code
/* CSS */
color: #af91fd;
background-color: #af91fd;
/* Tailwind (arbitrary) */
class="text-[#af91fd] bg-[#af91fd]"
/* SCSS */
$brand: #af91fd;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#af91fd")Accessibility — WCAG contrast
Aa
#af91fd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91fd on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#af91fd text on a black background
contrast 8.29:1
Card sample
#af91fd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91fd;
Background color
Panel with #af91fd background
background-color: #af91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91fd; background: linear-gradient(135deg, #af91fd, #F791FD);