#a092f2
a light, electric blue · warm · closest name: dodgerblue
RGB
160, 146, 242
HSL
249°, 79%, 76%
CMYK
34, 40, 0, 5
Luminance
0.3444
Every format
| HEX | #a092f2 |
| RGB | rgb(160, 146, 242) |
| HSL | hsl(249, 79%, 76%) |
| CMYK | cmyk(34%, 40%, 0%, 5%) |
| LAB | lab(65.3 26.7 -46.5) |
| LCH | lch(65.3 53.6 299.9) |
| OKLCH | oklch(0.711 0.138 289.1) |
Copy-ready code
/* CSS */
color: #a092f2;
background-color: #a092f2;
/* Tailwind (arbitrary) */
class="text-[#a092f2] bg-[#a092f2]"
/* SCSS */
$brand: #a092f2;
/* SwiftUI */
Color(red: 0.627, green: 0.573, blue: 0.949)
/* Android */
Color.parseColor("#a092f2")Accessibility — WCAG contrast
Aa
#a092f2 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a092f2 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green57.3%
Blue94.9%
CMYK percentages
Cyan33.9%
Magenta39.7%
Yellow0.0%
Key (black)5.1%
Color previews
#a092f2 text on a black background
contrast 7.89:1
Card sample
#a092f2 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a092f2;
Background color
Panel with #a092f2 background
background-color: #a092f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a092f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 146, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 146, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a092f2; background: linear-gradient(135deg, #a092f2, #E092F2);