#a592fe
a light, electric blue · warm · closest name: slateblue
RGB
165, 146, 254
HSL
251°, 98%, 78%
CMYK
35, 43, 0, 0
Luminance
0.3571
Every format
| HEX | #a592fe |
| RGB | rgb(165, 146, 254) |
| HSL | hsl(251, 98%, 78%) |
| CMYK | cmyk(35%, 43%, 0%, 0%) |
| LAB | lab(66.3 31.1 -51.4) |
| LCH | lch(66.3 60.1 301.2) |
| OKLCH | oklch(0.722 0.154 290.1) |
Copy-ready code
/* CSS */
color: #a592fe;
background-color: #a592fe;
/* Tailwind (arbitrary) */
class="text-[#a592fe] bg-[#a592fe]"
/* SCSS */
$brand: #a592fe;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.996)
/* Android */
Color.parseColor("#a592fe")Accessibility — WCAG contrast
Aa
#a592fe on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592fe on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue99.6%
CMYK percentages
Cyan35.0%
Magenta42.5%
Yellow0.0%
Key (black)0.4%
Color previews
#a592fe text on a black background
contrast 8.14:1
Card sample
#a592fe text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592fe;
Background color
Panel with #a592fe background
background-color: #a592fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592fe; background: linear-gradient(135deg, #a592fe, #ED92FE);