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