#af72ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 114, 255
HSL
266°, 100%, 72%
CMYK
31, 55, 0, 0
Luminance
0.2837
Every format
| HEX | #af72ff |
| RGB | rgb(175, 114, 255) |
| HSL | hsl(266, 100%, 72%) |
| CMYK | cmyk(31%, 55%, 0%, 0%) |
| LAB | lab(60.2 51.5 -61.6) |
| LCH | lch(60.2 80.3 309.9) |
| OKLCH | oklch(0.679 0.203 301.1) |
Copy-ready code
/* CSS */
color: #af72ff;
background-color: #af72ff;
/* Tailwind (arbitrary) */
class="text-[#af72ff] bg-[#af72ff]"
/* SCSS */
$brand: #af72ff;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 1.000)
/* Android */
Color.parseColor("#af72ff")Accessibility — WCAG contrast
Aa
#af72ff on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af72ff on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta55.3%
Yellow0.0%
Key (black)0.0%
Color previews
#af72ff text on a black background
contrast 6.67:1
Card sample
#af72ff text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af72ff;
Background color
Panel with #af72ff background
background-color: #af72ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af72ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af72ff; background: linear-gradient(135deg, #af72ff, #FF72F1);