#af93f0
a light, electric violet · warm · closest name: plum
RGB
175, 147, 240
HSL
258°, 76%, 76%
CMYK
27, 39, 0, 6
Luminance
0.3627
Every format
| HEX | #af93f0 |
| RGB | rgb(175, 147, 240) |
| HSL | hsl(258, 76%, 76%) |
| CMYK | cmyk(27%, 39%, 0%, 6%) |
| LAB | lab(66.7 29.7 -43.0) |
| LCH | lch(66.7 52.3 304.6) |
| OKLCH | oklch(0.725 0.135 296.8) |
Copy-ready code
/* CSS */
color: #af93f0;
background-color: #af93f0;
/* Tailwind (arbitrary) */
class="text-[#af93f0] bg-[#af93f0]"
/* SCSS */
$brand: #af93f0;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.941)
/* Android */
Color.parseColor("#af93f0")Accessibility — WCAG contrast
Aa
#af93f0 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af93f0 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta38.8%
Yellow0.0%
Key (black)5.9%
Color previews
#af93f0 text on a black background
contrast 8.25:1
Card sample
#af93f0 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af93f0;
Background color
Panel with #af93f0 background
background-color: #af93f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af93f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af93f0; background: linear-gradient(135deg, #af93f0, #ED93F0);