#af72fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 114, 252
HSL
267°, 96%, 72%
CMYK
31, 55, 0, 1
Luminance
0.2818
Every format
| HEX | #af72fc |
| RGB | rgb(175, 114, 252) |
| HSL | hsl(267, 96%, 72%) |
| CMYK | cmyk(31%, 55%, 0%, 1%) |
| LAB | lab(60.0 50.8 -60.2) |
| LCH | lch(60.0 78.8 310.2) |
| OKLCH | oklch(0.677 0.200 301.7) |
Copy-ready code
/* CSS */
color: #af72fc;
background-color: #af72fc;
/* Tailwind (arbitrary) */
class="text-[#af72fc] bg-[#af72fc]"
/* SCSS */
$brand: #af72fc;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.988)
/* Android */
Color.parseColor("#af72fc")Accessibility — WCAG contrast
Aa
#af72fc on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af72fc on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta54.8%
Yellow0.0%
Key (black)1.2%
Color previews
#af72fc text on a black background
contrast 6.64:1
Card sample
#af72fc text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af72fc;
Background color
Panel with #af72fc background
background-color: #af72fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af72fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af72fc; background: linear-gradient(135deg, #af72fc, #FC72ED);