#a592cb
a light, soft violet · warm · closest name: plum
RGB
165, 146, 203
HSL
260°, 35%, 68%
CMYK
19, 28, 0, 20
Luminance
0.3287
Every format
| HEX | #a592cb |
| RGB | rgb(165, 146, 203) |
| HSL | hsl(260, 35%, 68%) |
| CMYK | cmyk(19%, 28%, 0%, 20%) |
| LAB | lab(64.0 18.6 -26.8) |
| LCH | lch(64.0 32.6 304.8) |
| OKLCH | oklch(0.697 0.085 299.5) |
Copy-ready code
/* CSS */
color: #a592cb;
background-color: #a592cb;
/* Tailwind (arbitrary) */
class="text-[#a592cb] bg-[#a592cb]"
/* SCSS */
$brand: #a592cb;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.796)
/* Android */
Color.parseColor("#a592cb")Accessibility — WCAG contrast
Aa
#a592cb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592cb on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue79.6%
CMYK percentages
Cyan18.7%
Magenta28.1%
Yellow0.0%
Key (black)20.4%
Color previews
#a592cb text on a black background
contrast 7.57:1
Card sample
#a592cb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592cb;
Background color
Panel with #a592cb background
background-color: #a592cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592cb; background: linear-gradient(135deg, #a592cb, #CB92CB);