#af91f1
a light, electric violet · warm · closest name: plum
RGB
175, 145, 241
HSL
259°, 77%, 76%
CMYK
27, 40, 0, 6
Luminance
0.3572
Every format
| HEX | #af91f1 |
| RGB | rgb(175, 145, 241) |
| HSL | hsl(259, 77%, 76%) |
| CMYK | cmyk(27%, 40%, 0%, 6%) |
| LAB | lab(66.3 31.1 -44.3) |
| LCH | lch(66.3 54.1 305.1) |
| OKLCH | oklch(0.722 0.139 297.2) |
Copy-ready code
/* CSS */
color: #af91f1;
background-color: #af91f1;
/* Tailwind (arbitrary) */
class="text-[#af91f1] bg-[#af91f1]"
/* SCSS */
$brand: #af91f1;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.945)
/* Android */
Color.parseColor("#af91f1")Accessibility — WCAG contrast
Aa
#af91f1 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91f1 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta39.8%
Yellow0.0%
Key (black)5.5%
Color previews
#af91f1 text on a black background
contrast 8.14:1
Card sample
#af91f1 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91f1;
Background color
Panel with #af91f1 background
background-color: #af91f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91f1; background: linear-gradient(135deg, #af91f1, #EF91F1);