#a592c9
a light, soft violet · warm · closest name: plum
RGB
165, 146, 201
HSL
261°, 34%, 68%
CMYK
18, 27, 0, 21
Luminance
0.3277
Every format
| HEX | #a592c9 |
| RGB | rgb(165, 146, 201) |
| HSL | hsl(261, 34%, 68%) |
| CMYK | cmyk(18%, 27%, 0%, 21%) |
| LAB | lab(64.0 18.2 -25.8) |
| LCH | lch(64.0 31.5 305.2) |
| OKLCH | oklch(0.697 0.082 300.1) |
Copy-ready code
/* CSS */
color: #a592c9;
background-color: #a592c9;
/* Tailwind (arbitrary) */
class="text-[#a592c9] bg-[#a592c9]"
/* SCSS */
$brand: #a592c9;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.788)
/* Android */
Color.parseColor("#a592c9")Accessibility — WCAG contrast
Aa
#a592c9 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592c9 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue78.8%
CMYK percentages
Cyan17.9%
Magenta27.4%
Yellow0.0%
Key (black)21.2%
Color previews
#a592c9 text on a black background
contrast 7.55:1
Card sample
#a592c9 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592c9;
Background color
Panel with #a592c9 background
background-color: #a592c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592c9; background: linear-gradient(135deg, #a592c9, #C992C8);