#a592c0
a light, soft violet · warm · closest name: plum
RGB
165, 146, 192
HSL
265°, 27%, 66%
CMYK
14, 24, 0, 25
Luminance
0.3236
Every format
| HEX | #a592c0 |
| RGB | rgb(165, 146, 192) |
| HSL | hsl(265, 27%, 66%) |
| CMYK | cmyk(14%, 24%, 0%, 25%) |
| LAB | lab(63.6 16.1 -21.2) |
| LCH | lch(63.6 26.7 307.2) |
| OKLCH | oklch(0.693 0.070 303.5) |
Copy-ready code
/* CSS */
color: #a592c0;
background-color: #a592c0;
/* Tailwind (arbitrary) */
class="text-[#a592c0] bg-[#a592c0]"
/* SCSS */
$brand: #a592c0;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.753)
/* Android */
Color.parseColor("#a592c0")Accessibility — WCAG contrast
Aa
#a592c0 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592c0 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue75.3%
CMYK percentages
Cyan14.1%
Magenta24.0%
Yellow0.0%
Key (black)24.7%
Color previews
#a592c0 text on a black background
contrast 7.47:1
Card sample
#a592c0 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592c0;
Background color
Panel with #a592c0 background
background-color: #a592c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592c0; background: linear-gradient(135deg, #a592c0, #C092BC);