#af93fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 147, 252
HSL
256°, 95%, 78%
CMYK
31, 42, 0, 1
Luminance
0.3701
Every format
| HEX | #af93fc |
| RGB | rgb(175, 147, 252) |
| HSL | hsl(256, 95%, 78%) |
| CMYK | cmyk(31%, 42%, 0%, 1%) |
| LAB | lab(67.3 32.7 -48.7) |
| LCH | lch(67.3 58.7 303.8) |
| OKLCH | oklch(0.731 0.150 294.7) |
Copy-ready code
/* CSS */
color: #af93fc;
background-color: #af93fc;
/* Tailwind (arbitrary) */
class="text-[#af93fc] bg-[#af93fc]"
/* SCSS */
$brand: #af93fc;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.988)
/* Android */
Color.parseColor("#af93fc")Accessibility — WCAG contrast
Aa
#af93fc on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af93fc on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta41.7%
Yellow0.0%
Key (black)1.2%
Color previews
#af93fc text on a black background
contrast 8.40:1
Card sample
#af93fc text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af93fc;
Background color
Panel with #af93fc background
background-color: #af93fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af93fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af93fc; background: linear-gradient(135deg, #af93fc, #F593FC);