#a852be
a balanced, vivid violet · warm · closest name: orchid
RGB
168, 82, 190
HSL
288°, 45%, 53%
CMYK
12, 57, 0, 26
Luminance
0.1808
Every format
| HEX | #a852be |
| RGB | rgb(168, 82, 190) |
| HSL | hsl(288, 45%, 53%) |
| CMYK | cmyk(12%, 57%, 0%, 26%) |
| LAB | lab(49.6 51.8 -41.9) |
| LCH | lch(49.6 66.6 321.0) |
| OKLCH | oklch(0.587 0.178 319.1) |
Copy-ready code
/* CSS */
color: #a852be;
background-color: #a852be;
/* Tailwind (arbitrary) */
class="text-[#a852be] bg-[#a852be]"
/* SCSS */
$brand: #a852be;
/* SwiftUI */
Color(red: 0.659, green: 0.322, blue: 0.745)
/* Android */
Color.parseColor("#a852be")Accessibility — WCAG contrast
Aa
#a852be on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a852be on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green32.2%
Blue74.5%
CMYK percentages
Cyan11.6%
Magenta56.8%
Yellow0.0%
Key (black)25.5%
Color previews
#a852be text on a black background
contrast 4.62:1
Card sample
#a852be text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a852be;
Background color
Panel with #a852be background
background-color: #a852be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a852be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 82, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 82, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a852be; background: linear-gradient(135deg, #a852be, #BE528C);