#a293ff
a light, electric blue · warm · closest name: slateblue
RGB
162, 147, 255
HSL
248°, 100%, 79%
CMYK
37, 42, 0, 0
Luminance
0.3577
Every format
| HEX | #a293ff |
| RGB | rgb(162, 147, 255) |
| HSL | hsl(248, 100%, 79%) |
| CMYK | cmyk(37%, 42%, 0%, 0%) |
| LAB | lab(66.3 30.0 -51.9) |
| LCH | lch(66.3 60.0 300.1) |
| OKLCH | oklch(0.722 0.154 288.3) |
Copy-ready code
/* CSS */
color: #a293ff;
background-color: #a293ff;
/* Tailwind (arbitrary) */
class="text-[#a293ff] bg-[#a293ff]"
/* SCSS */
$brand: #a293ff;
/* SwiftUI */
Color(red: 0.635, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#a293ff")Accessibility — WCAG contrast
Aa
#a293ff on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a293ff on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green57.6%
Blue100.0%
CMYK percentages
Cyan36.5%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#a293ff text on a black background
contrast 8.15:1
Card sample
#a293ff text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a293ff;
Background color
Panel with #a293ff background
background-color: #a293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a293ff; background: linear-gradient(135deg, #a293ff, #EA93FF);