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