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