#a092eb
a light, vivid blue · warm · closest name: plum
RGB
160, 146, 235
HSL
249°, 69%, 75%
CMYK
32, 38, 0, 8
Luminance
0.3403
Every format
| HEX | #a092eb |
| RGB | rgb(160, 146, 235) |
| HSL | hsl(249, 69%, 75%) |
| CMYK | cmyk(32%, 38%, 0%, 8%) |
| LAB | lab(65.0 24.9 -43.1) |
| LCH | lch(65.0 49.8 300.0) |
| OKLCH | oklch(0.708 0.128 289.9) |
Copy-ready code
/* CSS */
color: #a092eb;
background-color: #a092eb;
/* Tailwind (arbitrary) */
class="text-[#a092eb] bg-[#a092eb]"
/* SCSS */
$brand: #a092eb;
/* SwiftUI */
Color(red: 0.627, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#a092eb")Accessibility — WCAG contrast
Aa
#a092eb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a092eb on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green57.3%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a092eb text on a black background
contrast 7.81:1
Card sample
#a092eb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a092eb;
Background color
Panel with #a092eb background
background-color: #a092eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a092eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a092eb; background: linear-gradient(135deg, #a092eb, #DB92EB);