#a592b7
a balanced, soft violet · warm · closest name: plum
RGB
165, 146, 183
HSL
271°, 20%, 65%
CMYK
10, 20, 0, 28
Luminance
0.3198
Every format
| HEX | #a592b7 |
| RGB | rgb(165, 146, 183) |
| HSL | hsl(271, 20%, 65%) |
| CMYK | cmyk(10%, 20%, 0%, 28%) |
| LAB | lab(63.3 14.2 -16.7) |
| LCH | lch(63.3 21.9 310.5) |
| OKLCH | oklch(0.689 0.057 308.1) |
Copy-ready code
/* CSS */
color: #a592b7;
background-color: #a592b7;
/* Tailwind (arbitrary) */
class="text-[#a592b7] bg-[#a592b7]"
/* SCSS */
$brand: #a592b7;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.718)
/* Android */
Color.parseColor("#a592b7")Accessibility — WCAG contrast
Aa
#a592b7 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592b7 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue71.8%
CMYK percentages
Cyan9.8%
Magenta20.2%
Yellow0.0%
Key (black)28.2%
Color previews
#a592b7 text on a black background
contrast 7.40:1
Card sample
#a592b7 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592b7;
Background color
Panel with #a592b7 background
background-color: #a592b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592b7; background: linear-gradient(135deg, #a592b7, #B792B0);