#8445df
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 69, 223
HSL
265°, 71%, 57%
CMYK
41, 69, 0, 13
Luminance
0.1449
Every format
| HEX | #8445df |
| RGB | rgb(132, 69, 223) |
| HSL | hsl(265, 71%, 57%) |
| CMYK | cmyk(41%, 69%, 0%, 13%) |
| LAB | lab(44.9 57.6 -68.6) |
| LCH | lch(44.9 89.6 310.0) |
| OKLCH | oklch(0.551 0.221 297.3) |
Copy-ready code
/* CSS */
color: #8445df;
background-color: #8445df;
/* Tailwind (arbitrary) */
class="text-[#8445df] bg-[#8445df]"
/* SCSS */
$brand: #8445df;
/* SwiftUI */
Color(red: 0.518, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#8445df")Accessibility — WCAG contrast
Aa
#8445df on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8445df on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green27.1%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8445df text on a black background
contrast 3.90:1
Card sample
#8445df text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8445df;
Background color
Panel with #8445df background
background-color: #8445df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8445df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8445df; background: linear-gradient(135deg, #8445df, #DF45D3);