#a445cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
164, 69, 207
HSL
281°, 59%, 54%
CMYK
21, 67, 0, 19
Luminance
0.1665
Every format
| HEX | #a445cf |
| RGB | rgb(164, 69, 207) |
| HSL | hsl(281, 59%, 54%) |
| CMYK | cmyk(21%, 67%, 0%, 19%) |
| LAB | lab(47.8 60.3 -54.6) |
| LCH | lch(47.8 81.4 317.9) |
| OKLCH | oklch(0.577 0.212 313.4) |
Copy-ready code
/* CSS */
color: #a445cf;
background-color: #a445cf;
/* Tailwind (arbitrary) */
class="text-[#a445cf] bg-[#a445cf]"
/* SCSS */
$brand: #a445cf;
/* SwiftUI */
Color(red: 0.643, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#a445cf")Accessibility — WCAG contrast
Aa
#a445cf on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a445cf on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green27.1%
Blue81.2%
CMYK percentages
Cyan20.8%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#a445cf text on a black background
contrast 4.33:1
Card sample
#a445cf text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a445cf;
Background color
Panel with #a445cf background
background-color: #a445cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a445cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a445cf; background: linear-gradient(135deg, #a445cf, #CF459E);