#a730be
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
167, 48, 190
HSL
290°, 60%, 47%
CMYK
12, 75, 0, 26
Luminance
0.1405
Every format
| HEX | #a730be |
| RGB | rgb(167, 48, 190) |
| HSL | hsl(290, 60%, 47%) |
| CMYK | cmyk(12%, 75%, 0%, 26%) |
| LAB | lab(44.3 65.8 -50.4) |
| LCH | lch(44.3 82.9 322.6) |
| OKLCH | oklch(0.549 0.222 320.5) |
Copy-ready code
/* CSS */
color: #a730be;
background-color: #a730be;
/* Tailwind (arbitrary) */
class="text-[#a730be] bg-[#a730be]"
/* SCSS */
$brand: #a730be;
/* SwiftUI */
Color(red: 0.655, green: 0.188, blue: 0.745)
/* Android */
Color.parseColor("#a730be")Accessibility — WCAG contrast
Aa
#a730be on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a730be on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green18.8%
Blue74.5%
CMYK percentages
Cyan12.1%
Magenta74.7%
Yellow0.0%
Key (black)25.5%
Color previews
#a730be text on a black background
contrast 3.81:1
Card sample
#a730be text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a730be;
Background color
Panel with #a730be background
background-color: #a730be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a730be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 48, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 48, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a730be; background: linear-gradient(135deg, #a730be, #BE3076);