#a769df
a balanced, vivid violet · warm · closest name: slateblue
RGB
167, 105, 223
HSL
272°, 65%, 64%
CMYK
25, 53, 0, 13
Luminance
0.2365
Every format
| HEX | #a769df |
| RGB | rgb(167, 105, 223) |
| HSL | hsl(272, 65%, 64%) |
| CMYK | cmyk(25%, 53%, 0%, 13%) |
| LAB | lab(55.7 46.8 -51.0) |
| LCH | lch(55.7 69.2 312.5) |
| OKLCH | oklch(0.638 0.178 306.3) |
Copy-ready code
/* CSS */
color: #a769df;
background-color: #a769df;
/* Tailwind (arbitrary) */
class="text-[#a769df] bg-[#a769df]"
/* SCSS */
$brand: #a769df;
/* SwiftUI */
Color(red: 0.655, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#a769df")Accessibility — WCAG contrast
Aa
#a769df on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a769df on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green41.2%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a769df text on a black background
contrast 5.73:1
Card sample
#a769df text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a769df;
Background color
Panel with #a769df background
background-color: #a769df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a769df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a769df; background: linear-gradient(135deg, #a769df, #DF69C8);