#af91fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 145, 252
HSL
257°, 95%, 78%
CMYK
31, 43, 0, 1
Luminance
0.3639
Every format
| HEX | #af91fc |
| RGB | rgb(175, 145, 252) |
| HSL | hsl(257, 95%, 78%) |
| CMYK | cmyk(31%, 43%, 0%, 1%) |
| LAB | lab(66.8 33.8 -49.5) |
| LCH | lch(66.8 59.9 304.3) |
| OKLCH | oklch(0.728 0.153 295.2) |
Copy-ready code
/* CSS */
color: #af91fc;
background-color: #af91fc;
/* Tailwind (arbitrary) */
class="text-[#af91fc] bg-[#af91fc]"
/* SCSS */
$brand: #af91fc;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.988)
/* Android */
Color.parseColor("#af91fc")Accessibility — WCAG contrast
Aa
#af91fc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91fc on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta42.5%
Yellow0.0%
Key (black)1.2%
Color previews
#af91fc text on a black background
contrast 8.28:1
Card sample
#af91fc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91fc;
Background color
Panel with #af91fc background
background-color: #af91fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91fc; background: linear-gradient(135deg, #af91fc, #F691FC);