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