#ac72f3
a light, electric violet · warm · closest name: slateblue
RGB
172, 114, 243
HSL
267°, 84%, 70%
CMYK
29, 53, 0, 5
Luminance
0.2728
Every format
| HEX | #ac72f3 |
| RGB | rgb(172, 114, 243) |
| HSL | hsl(267, 84%, 70%) |
| CMYK | cmyk(29%, 53%, 0%, 5%) |
| LAB | lab(59.2 47.9 -56.6) |
| LCH | lch(59.2 74.1 310.3) |
| OKLCH | oklch(0.669 0.189 302.3) |
Copy-ready code
/* CSS */
color: #ac72f3;
background-color: #ac72f3;
/* Tailwind (arbitrary) */
class="text-[#ac72f3] bg-[#ac72f3]"
/* SCSS */
$brand: #ac72f3;
/* SwiftUI */
Color(red: 0.675, green: 0.447, blue: 0.953)
/* Android */
Color.parseColor("#ac72f3")Accessibility — WCAG contrast
Aa
#ac72f3 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac72f3 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green44.7%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta53.1%
Yellow0.0%
Key (black)4.7%
Color previews
#ac72f3 text on a black background
contrast 6.46:1
Card sample
#ac72f3 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac72f3;
Background color
Panel with #ac72f3 background
background-color: #ac72f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac72f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 114, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 114, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac72f3; background: linear-gradient(135deg, #ac72f3, #F372E4);