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