#a992ff
a light, electric blue · warm · closest name: slateblue
RGB
169, 146, 255
HSL
253°, 100%, 79%
CMYK
34, 43, 0, 0
Luminance
0.3621
Every format
| HEX | #a992ff |
| RGB | rgb(169, 146, 255) |
| HSL | hsl(253, 100%, 79%) |
| CMYK | cmyk(34%, 43%, 0%, 0%) |
| LAB | lab(66.7 32.4 -51.4) |
| LCH | lch(66.7 60.7 302.3) |
| OKLCH | oklch(0.726 0.155 291.8) |
Copy-ready code
/* CSS */
color: #a992ff;
background-color: #a992ff;
/* Tailwind (arbitrary) */
class="text-[#a992ff] bg-[#a992ff]"
/* SCSS */
$brand: #a992ff;
/* SwiftUI */
Color(red: 0.663, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#a992ff")Accessibility — WCAG contrast
Aa
#a992ff on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a992ff on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green57.3%
Blue100.0%
CMYK percentages
Cyan33.7%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a992ff text on a black background
contrast 8.24:1
Card sample
#a992ff text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a992ff;
Background color
Panel with #a992ff background
background-color: #a992ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a992ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a992ff; background: linear-gradient(135deg, #a992ff, #F292FF);