#af97fd
a light, electric blue · warm · closest name: slateblue
RGB
175, 151, 253
HSL
254°, 96%, 79%
CMYK
31, 40, 0, 1
Luminance
0.3834
Every format
| HEX | #af97fd |
| RGB | rgb(175, 151, 253) |
| HSL | hsl(254, 96%, 79%) |
| CMYK | cmyk(31%, 40%, 0%, 1%) |
| LAB | lab(68.3 30.7 -47.7) |
| LCH | lch(68.3 56.7 302.7) |
| OKLCH | oklch(0.739 0.145 293.3) |
Copy-ready code
/* CSS */
color: #af97fd;
background-color: #af97fd;
/* Tailwind (arbitrary) */
class="text-[#af97fd] bg-[#af97fd]"
/* SCSS */
$brand: #af97fd;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#af97fd")Accessibility — WCAG contrast
Aa
#af97fd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97fd on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#af97fd text on a black background
contrast 8.67:1
Card sample
#af97fd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97fd;
Background color
Panel with #af97fd background
background-color: #af97fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97fd; background: linear-gradient(135deg, #af97fd, #F397FD);