#a592f0
a light, electric blue · warm · closest name: plum
RGB
165, 146, 240
HSL
252°, 76%, 76%
CMYK
31, 39, 0, 6
Luminance
0.3485
Every format
| HEX | #a592f0 |
| RGB | rgb(165, 146, 240) |
| HSL | hsl(252, 76%, 76%) |
| CMYK | cmyk(31%, 39%, 0%, 6%) |
| LAB | lab(65.6 27.5 -44.8) |
| LCH | lch(65.6 52.6 301.6) |
| OKLCH | oklch(0.715 0.135 291.9) |
Copy-ready code
/* CSS */
color: #a592f0;
background-color: #a592f0;
/* Tailwind (arbitrary) */
class="text-[#a592f0] bg-[#a592f0]"
/* SCSS */
$brand: #a592f0;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.941)
/* Android */
Color.parseColor("#a592f0")Accessibility — WCAG contrast
Aa
#a592f0 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592f0 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue94.1%
CMYK percentages
Cyan31.2%
Magenta39.2%
Yellow0.0%
Key (black)5.9%
Color previews
#a592f0 text on a black background
contrast 7.97:1
Card sample
#a592f0 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592f0;
Background color
Panel with #a592f0 background
background-color: #a592f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592f0; background: linear-gradient(135deg, #a592f0, #E492F0);