#a552b7
a balanced, soft violet · warm · closest name: orchid
RGB
165, 82, 183
HSL
289°, 41%, 52%
CMYK
10, 55, 0, 28
Luminance
0.1745
Every format
| HEX | #a552b7 |
| RGB | rgb(165, 82, 183) |
| HSL | hsl(289, 41%, 52%) |
| CMYK | cmyk(10%, 55%, 0%, 28%) |
| LAB | lab(48.8 49.6 -39.1) |
| LCH | lch(48.8 63.1 321.7) |
| OKLCH | oklch(0.580 0.170 320.2) |
Copy-ready code
/* CSS */
color: #a552b7;
background-color: #a552b7;
/* Tailwind (arbitrary) */
class="text-[#a552b7] bg-[#a552b7]"
/* SCSS */
$brand: #a552b7;
/* SwiftUI */
Color(red: 0.647, green: 0.322, blue: 0.718)
/* Android */
Color.parseColor("#a552b7")Accessibility — WCAG contrast
Aa
#a552b7 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a552b7 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green32.2%
Blue71.8%
CMYK percentages
Cyan9.8%
Magenta55.2%
Yellow0.0%
Key (black)28.2%
Color previews
#a552b7 text on a black background
contrast 4.49:1
Card sample
#a552b7 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a552b7;
Background color
Panel with #a552b7 background
background-color: #a552b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a552b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 82, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 82, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a552b7; background: linear-gradient(135deg, #a552b7, #B75286);