#a592ec
a light, vivid blue · warm · closest name: plum
RGB
165, 146, 236
HSL
253°, 70%, 75%
CMYK
30, 38, 0, 8
Luminance
0.3461
Every format
| HEX | #a592ec |
| RGB | rgb(165, 146, 236) |
| HSL | hsl(253, 70%, 75%) |
| CMYK | cmyk(30%, 38%, 0%, 8%) |
| LAB | lab(65.5 26.5 -42.9) |
| LCH | lch(65.5 50.4 301.7) |
| OKLCH | oklch(0.713 0.130 292.5) |
Copy-ready code
/* CSS */
color: #a592ec;
background-color: #a592ec;
/* Tailwind (arbitrary) */
class="text-[#a592ec] bg-[#a592ec]"
/* SCSS */
$brand: #a592ec;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.925)
/* Android */
Color.parseColor("#a592ec")Accessibility — WCAG contrast
Aa
#a592ec on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592ec on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue92.5%
CMYK percentages
Cyan30.1%
Magenta38.1%
Yellow0.0%
Key (black)7.5%
Color previews
#a592ec text on a black background
contrast 7.92:1
Card sample
#a592ec text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592ec;
Background color
Panel with #a592ec background
background-color: #a592ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592ec; background: linear-gradient(135deg, #a592ec, #E192EC);