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