#af97fc
a light, electric blue · warm · closest name: slateblue
RGB
175, 151, 252
HSL
254°, 94%, 79%
CMYK
31, 40, 0, 1
Luminance
0.3828
Every format
| HEX | #af97fc |
| RGB | rgb(175, 151, 252) |
| HSL | hsl(254, 94%, 79%) |
| CMYK | cmyk(31%, 40%, 0%, 1%) |
| LAB | lab(68.2 30.4 -47.3) |
| LCH | lch(68.2 56.2 302.8) |
| OKLCH | oklch(0.738 0.144 293.5) |
Copy-ready code
/* CSS */
color: #af97fc;
background-color: #af97fc;
/* Tailwind (arbitrary) */
class="text-[#af97fc] bg-[#af97fc]"
/* SCSS */
$brand: #af97fc;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.988)
/* Android */
Color.parseColor("#af97fc")Accessibility — WCAG contrast
Aa
#af97fc on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97fc on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta40.1%
Yellow0.0%
Key (black)1.2%
Color previews
#af97fc text on a black background
contrast 8.66:1
Card sample
#af97fc text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97fc;
Background color
Panel with #af97fc background
background-color: #af97fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97fc; background: linear-gradient(135deg, #af97fc, #F297FC);