#a548c7
a balanced, vivid violet · warm · closest name: orchid
RGB
165, 72, 199
HSL
284°, 53%, 53%
CMYK
17, 64, 0, 22
Luminance
0.1676
Every format
| HEX | #a548c7 |
| RGB | rgb(165, 72, 199) |
| HSL | hsl(284, 53%, 53%) |
| CMYK | cmyk(17%, 64%, 0%, 22%) |
| LAB | lab(48.0 57.6 -49.8) |
| LCH | lch(48.0 76.1 319.2) |
| OKLCH | oklch(0.576 0.200 315.8) |
Copy-ready code
/* CSS */
color: #a548c7;
background-color: #a548c7;
/* Tailwind (arbitrary) */
class="text-[#a548c7] bg-[#a548c7]"
/* SCSS */
$brand: #a548c7;
/* SwiftUI */
Color(red: 0.647, green: 0.282, blue: 0.780)
/* Android */
Color.parseColor("#a548c7")Accessibility — WCAG contrast
Aa
#a548c7 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a548c7 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green28.2%
Blue78.0%
CMYK percentages
Cyan17.1%
Magenta63.8%
Yellow0.0%
Key (black)22.0%
Color previews
#a548c7 text on a black background
contrast 4.35:1
Card sample
#a548c7 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a548c7;
Background color
Panel with #a548c7 background
background-color: #a548c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a548c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 72, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 72, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a548c7; background: linear-gradient(135deg, #a548c7, #C74894);