#a348ba
a balanced, vivid violet · warm · closest name: orchid
RGB
163, 72, 186
HSL
288°, 45%, 51%
CMYK
12, 61, 0, 27
Luminance
0.1597
Every format
| HEX | #a348ba |
| RGB | rgb(163, 72, 186) |
| HSL | hsl(288, 45%, 51%) |
| CMYK | cmyk(12%, 61%, 0%, 27%) |
| LAB | lab(46.9 54.5 -43.9) |
| LCH | lch(46.9 70.0 321.2) |
| OKLCH | oklch(0.566 0.187 319.0) |
Copy-ready code
/* CSS */
color: #a348ba;
background-color: #a348ba;
/* Tailwind (arbitrary) */
class="text-[#a348ba] bg-[#a348ba]"
/* SCSS */
$brand: #a348ba;
/* SwiftUI */
Color(red: 0.639, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#a348ba")Accessibility — WCAG contrast
Aa
#a348ba on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a348ba on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green28.2%
Blue72.9%
CMYK percentages
Cyan12.4%
Magenta61.3%
Yellow0.0%
Key (black)27.1%
Color previews
#a348ba text on a black background
contrast 4.19:1
Card sample
#a348ba text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a348ba;
Background color
Panel with #a348ba background
background-color: #a348ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a348ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a348ba; background: linear-gradient(135deg, #a348ba, #BA4885);