#ac62df
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 98, 223
HSL
276°, 66%, 63%
CMYK
23, 56, 0, 13
Luminance
0.2283
Every format
| HEX | #ac62df |
| RGB | rgb(172, 98, 223) |
| HSL | hsl(276, 66%, 63%) |
| CMYK | cmyk(23%, 56%, 0%, 13%) |
| LAB | lab(54.9 51.7 -52.3) |
| LCH | lch(54.9 73.6 314.7) |
| OKLCH | oklch(0.633 0.190 309.3) |
Copy-ready code
/* CSS */
color: #ac62df;
background-color: #ac62df;
/* Tailwind (arbitrary) */
class="text-[#ac62df] bg-[#ac62df]"
/* SCSS */
$brand: #ac62df;
/* SwiftUI */
Color(red: 0.675, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#ac62df")Accessibility — WCAG contrast
Aa
#ac62df on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac62df on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.4%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ac62df text on a black background
contrast 5.57:1
Card sample
#ac62df text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac62df;
Background color
Panel with #ac62df background
background-color: #ac62df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac62df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac62df; background: linear-gradient(135deg, #ac62df, #DF62BF);