#a592eb
a light, vivid blue · warm · closest name: plum
RGB
165, 146, 235
HSL
253°, 69%, 75%
CMYK
30, 38, 0, 8
Luminance
0.3456
Every format
| HEX | #a592eb |
| RGB | rgb(165, 146, 235) |
| HSL | hsl(253, 69%, 75%) |
| CMYK | cmyk(30%, 38%, 0%, 8%) |
| LAB | lab(65.4 26.3 -42.4) |
| LCH | lch(65.4 49.9 301.8) |
| OKLCH | oklch(0.712 0.128 292.6) |
Copy-ready code
/* CSS */
color: #a592eb;
background-color: #a592eb;
/* Tailwind (arbitrary) */
class="text-[#a592eb] bg-[#a592eb]"
/* SCSS */
$brand: #a592eb;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#a592eb")Accessibility — WCAG contrast
Aa
#a592eb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592eb on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a592eb text on a black background
contrast 7.91:1
Card sample
#a592eb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592eb;
Background color
Panel with #a592eb background
background-color: #a592eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592eb; background: linear-gradient(135deg, #a592eb, #E092EB);