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