#af72ed
a light, electric violet · warm · closest name: slateblue
RGB
175, 114, 237
HSL
270°, 77%, 69%
CMYK
26, 52, 0, 7
Luminance
0.2726
Every format
| HEX | #af72ed |
| RGB | rgb(175, 114, 237) |
| HSL | hsl(270, 77%, 69%) |
| CMYK | cmyk(26%, 52%, 0%, 7%) |
| LAB | lab(59.2 47.3 -53.2) |
| LCH | lch(59.2 71.2 311.6) |
| OKLCH | oklch(0.668 0.182 304.9) |
Copy-ready code
/* CSS */
color: #af72ed;
background-color: #af72ed;
/* Tailwind (arbitrary) */
class="text-[#af72ed] bg-[#af72ed]"
/* SCSS */
$brand: #af72ed;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.929)
/* Android */
Color.parseColor("#af72ed")Accessibility — WCAG contrast
Aa
#af72ed on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af72ed on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta51.9%
Yellow0.0%
Key (black)7.1%
Color previews
#af72ed text on a black background
contrast 6.45:1
Card sample
#af72ed text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af72ed;
Background color
Panel with #af72ed background
background-color: #af72ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af72ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af72ed; background: linear-gradient(135deg, #af72ed, #ED72D9);