#a145cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
161, 69, 207
HSL
280°, 59%, 54%
CMYK
22, 67, 0, 19
Luminance
0.1634
Every format
| HEX | #a145cf |
| RGB | rgb(161, 69, 207) |
| HSL | hsl(280, 59%, 54%) |
| CMYK | cmyk(22%, 67%, 0%, 19%) |
| LAB | lab(47.4 59.7 -55.3) |
| LCH | lch(47.4 81.3 317.2) |
| OKLCH | oklch(0.573 0.210 312.3) |
Copy-ready code
/* CSS */
color: #a145cf;
background-color: #a145cf;
/* Tailwind (arbitrary) */
class="text-[#a145cf] bg-[#a145cf]"
/* SCSS */
$brand: #a145cf;
/* SwiftUI */
Color(red: 0.631, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#a145cf")Accessibility — WCAG contrast
Aa
#a145cf on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a145cf on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green27.1%
Blue81.2%
CMYK percentages
Cyan22.2%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#a145cf text on a black background
contrast 4.27:1
Card sample
#a145cf text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a145cf;
Background color
Panel with #a145cf background
background-color: #a145cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a145cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a145cf; background: linear-gradient(135deg, #a145cf, #CF45A1);