#ac7dfe
a light, electric violet · warm · closest name: slateblue
RGB
172, 125, 254
HSL
262°, 99%, 74%
CMYK
32, 51, 0, 0
Luminance
0.3059
Every format
| HEX | #ac7dfe |
| RGB | rgb(172, 125, 254) |
| HSL | hsl(262, 99%, 74%) |
| CMYK | cmyk(32%, 51%, 0%, 0%) |
| LAB | lab(62.2 44.6 -58.0) |
| LCH | lch(62.2 73.2 307.6) |
| OKLCH | oklch(0.692 0.186 298.2) |
Copy-ready code
/* CSS */
color: #ac7dfe;
background-color: #ac7dfe;
/* Tailwind (arbitrary) */
class="text-[#ac7dfe] bg-[#ac7dfe]"
/* SCSS */
$brand: #ac7dfe;
/* SwiftUI */
Color(red: 0.675, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#ac7dfe")Accessibility — WCAG contrast
Aa
#ac7dfe on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac7dfe on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.0%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ac7dfe text on a black background
contrast 7.12:1
Card sample
#ac7dfe text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7dfe;
Background color
Panel with #ac7dfe background
background-color: #ac7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7dfe; background: linear-gradient(135deg, #ac7dfe, #FE7DFA);