#a592cc
a light, soft violet · warm · closest name: plum
RGB
165, 146, 204
HSL
260°, 36%, 69%
CMYK
19, 28, 0, 20
Luminance
0.3292
Every format
| HEX | #a592cc |
| RGB | rgb(165, 146, 204) |
| HSL | hsl(260, 36%, 69%) |
| CMYK | cmyk(19%, 28%, 0%, 20%) |
| LAB | lab(64.1 18.8 -27.3) |
| LCH | lch(64.1 33.1 304.6) |
| OKLCH | oklch(0.698 0.086 299.2) |
Copy-ready code
/* CSS */
color: #a592cc;
background-color: #a592cc;
/* Tailwind (arbitrary) */
class="text-[#a592cc] bg-[#a592cc]"
/* SCSS */
$brand: #a592cc;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.800)
/* Android */
Color.parseColor("#a592cc")Accessibility — WCAG contrast
Aa
#a592cc on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592cc on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue80.0%
CMYK percentages
Cyan19.1%
Magenta28.4%
Yellow0.0%
Key (black)20.0%
Color previews
#a592cc text on a black background
contrast 7.58:1
Card sample
#a592cc text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592cc;
Background color
Panel with #a592cc background
background-color: #a592cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592cc; background: linear-gradient(135deg, #a592cc, #CC92CC);