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