#8769df
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 105, 223
HSL
255°, 65%, 64%
CMYK
40, 53, 0, 13
Luminance
0.2058
Every format
| HEX | #8769df |
| RGB | rgb(135, 105, 223) |
| HSL | hsl(255, 65%, 64%) |
| CMYK | cmyk(40%, 53%, 0%, 13%) |
| LAB | lab(52.5 38.9 -56.4) |
| LCH | lch(52.5 68.5 304.6) |
| OKLCH | oklch(0.607 0.173 292.2) |
Copy-ready code
/* CSS */
color: #8769df;
background-color: #8769df;
/* Tailwind (arbitrary) */
class="text-[#8769df] bg-[#8769df]"
/* SCSS */
$brand: #8769df;
/* SwiftUI */
Color(red: 0.529, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#8769df")Accessibility — WCAG contrast
Aa
#8769df on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8769df on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green41.2%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8769df text on a black background
contrast 5.12:1
Card sample
#8769df text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8769df;
Background color
Panel with #8769df background
background-color: #8769df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8769df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8769df; background: linear-gradient(135deg, #8769df, #D669DF);