#a552b1
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
165, 82, 177
HSL
292°, 38%, 51%
CMYK
7, 54, 0, 31
Luminance
0.1721
Every format
| HEX | #a552b1 |
| RGB | rgb(165, 82, 177) |
| HSL | hsl(292, 38%, 51%) |
| CMYK | cmyk(7%, 54%, 0%, 31%) |
| LAB | lab(48.5 48.4 -36.1) |
| LCH | lch(48.5 60.4 323.3) |
| OKLCH | oklch(0.577 0.164 322.4) |
Copy-ready code
/* CSS */
color: #a552b1;
background-color: #a552b1;
/* Tailwind (arbitrary) */
class="text-[#a552b1] bg-[#a552b1]"
/* SCSS */
$brand: #a552b1;
/* SwiftUI */
Color(red: 0.647, green: 0.322, blue: 0.694)
/* Android */
Color.parseColor("#a552b1")Accessibility — WCAG contrast
Aa
#a552b1 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a552b1 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green32.2%
Blue69.4%
CMYK percentages
Cyan6.8%
Magenta53.7%
Yellow0.0%
Key (black)30.6%
Color previews
#a552b1 text on a black background
contrast 4.44:1
Card sample
#a552b1 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a552b1;
Background color
Panel with #a552b1 background
background-color: #a552b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a552b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 82, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 82, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a552b1; background: linear-gradient(135deg, #a552b1, #B1527E);