#ac68df
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 104, 223
HSL
274°, 65%, 64%
CMYK
23, 53, 0, 13
Luminance
0.2400
Every format
| HEX | #ac68df |
| RGB | rgb(172, 104, 223) |
| HSL | hsl(274, 65%, 64%) |
| CMYK | cmyk(23%, 53%, 0%, 13%) |
| LAB | lab(56.1 48.6 -50.4) |
| LCH | lch(56.1 70.0 314.0) |
| OKLCH | oklch(0.642 0.181 308.5) |
Copy-ready code
/* CSS */
color: #ac68df;
background-color: #ac68df;
/* Tailwind (arbitrary) */
class="text-[#ac68df] bg-[#ac68df]"
/* SCSS */
$brand: #ac68df;
/* SwiftUI */
Color(red: 0.675, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#ac68df")Accessibility — WCAG contrast
Aa
#ac68df on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac68df on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green40.8%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ac68df text on a black background
contrast 5.80:1
Card sample
#ac68df text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac68df;
Background color
Panel with #ac68df background
background-color: #ac68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac68df; background: linear-gradient(135deg, #ac68df, #DF68C3);