#af97f1
a light, electric violet · warm · closest name: plum
RGB
175, 151, 241
HSL
256°, 76%, 77%
CMYK
27, 37, 0, 6
Luminance
0.3760
Every format
| HEX | #af97f1 |
| RGB | rgb(175, 151, 241) |
| HSL | hsl(256, 76%, 77%) |
| CMYK | cmyk(27%, 37%, 0%, 6%) |
| LAB | lab(67.7 27.7 -42.0) |
| LCH | lch(67.7 50.3 303.4) |
| OKLCH | oklch(0.733 0.130 295.3) |
Copy-ready code
/* CSS */
color: #af97f1;
background-color: #af97f1;
/* Tailwind (arbitrary) */
class="text-[#af97f1] bg-[#af97f1]"
/* SCSS */
$brand: #af97f1;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.945)
/* Android */
Color.parseColor("#af97f1")Accessibility — WCAG contrast
Aa
#af97f1 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97f1 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta37.3%
Yellow0.0%
Key (black)5.5%
Color previews
#af97f1 text on a black background
contrast 8.52:1
Card sample
#af97f1 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97f1;
Background color
Panel with #af97f1 background
background-color: #af97f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97f1; background: linear-gradient(135deg, #af97f1, #EB97F1);