#a592e7
a light, vivid blue · warm · closest name: plum
RGB
165, 146, 231
HSL
253°, 64%, 74%
CMYK
29, 37, 0, 9
Luminance
0.3433
Every format
| HEX | #a592e7 |
| RGB | rgb(165, 146, 231) |
| HSL | hsl(253, 64%, 74%) |
| CMYK | cmyk(29%, 37%, 0%, 9%) |
| LAB | lab(65.2 25.3 -40.5) |
| LCH | lch(65.2 47.7 302.0) |
| OKLCH | oklch(0.710 0.123 293.3) |
Copy-ready code
/* CSS */
color: #a592e7;
background-color: #a592e7;
/* Tailwind (arbitrary) */
class="text-[#a592e7] bg-[#a592e7]"
/* SCSS */
$brand: #a592e7;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.906)
/* Android */
Color.parseColor("#a592e7")Accessibility — WCAG contrast
Aa
#a592e7 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592e7 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue90.6%
CMYK percentages
Cyan28.6%
Magenta36.8%
Yellow0.0%
Key (black)9.4%
Color previews
#a592e7 text on a black background
contrast 7.87:1
Card sample
#a592e7 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592e7;
Background color
Panel with #a592e7 background
background-color: #a592e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592e7; background: linear-gradient(135deg, #a592e7, #DE92E7);