#a592e1
a light, vivid blue · warm · closest name: plum
RGB
165, 146, 225
HSL
254°, 57%, 73%
CMYK
27, 35, 0, 12
Luminance
0.3399
Every format
| HEX | #a592e1 |
| RGB | rgb(165, 146, 225) |
| HSL | hsl(254, 57%, 73%) |
| CMYK | cmyk(27%, 35%, 0%, 12%) |
| LAB | lab(65.0 23.8 -37.6) |
| LCH | lch(65.0 44.5 302.3) |
| OKLCH | oklch(0.707 0.115 294.3) |
Copy-ready code
/* CSS */
color: #a592e1;
background-color: #a592e1;
/* Tailwind (arbitrary) */
class="text-[#a592e1] bg-[#a592e1]"
/* SCSS */
$brand: #a592e1;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.882)
/* Android */
Color.parseColor("#a592e1")Accessibility — WCAG contrast
Aa
#a592e1 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592e1 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue88.2%
CMYK percentages
Cyan26.7%
Magenta35.1%
Yellow0.0%
Key (black)11.8%
Color previews
#a592e1 text on a black background
contrast 7.80:1
Card sample
#a592e1 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592e1;
Background color
Panel with #a592e1 background
background-color: #a592e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592e1; background: linear-gradient(135deg, #a592e1, #DA92E1);