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