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