#a592c3
a light, soft violet · warm · closest name: plum
RGB
165, 146, 195
HSL
263°, 29%, 67%
CMYK
15, 25, 0, 24
Luminance
0.3250
Every format
| HEX | #a592c3 |
| RGB | rgb(165, 146, 195) |
| HSL | hsl(263, 29%, 67%) |
| CMYK | cmyk(15%, 25%, 0%, 24%) |
| LAB | lab(63.8 16.8 -22.8) |
| LCH | lch(63.8 28.3 306.5) |
| OKLCH | oklch(0.694 0.074 302.3) |
Copy-ready code
/* CSS */
color: #a592c3;
background-color: #a592c3;
/* Tailwind (arbitrary) */
class="text-[#a592c3] bg-[#a592c3]"
/* SCSS */
$brand: #a592c3;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.765)
/* Android */
Color.parseColor("#a592c3")Accessibility — WCAG contrast
Aa
#a592c3 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592c3 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue76.5%
CMYK percentages
Cyan15.4%
Magenta25.1%
Yellow0.0%
Key (black)23.5%
Color previews
#a592c3 text on a black background
contrast 7.50:1
Card sample
#a592c3 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592c3;
Background color
Panel with #a592c3 background
background-color: #a592c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592c3; background: linear-gradient(135deg, #a592c3, #C392C0);