#a3aaff
a light, electric blue · warm · closest name: dodgerblue
RGB
163, 170, 255
HSL
235°, 100%, 82%
CMYK
36, 33, 0, 0
Luminance
0.4376
Every format
| HEX | #a3aaff |
| RGB | rgb(163, 170, 255) |
| HSL | hsl(235, 100%, 82%) |
| CMYK | cmyk(36%, 33%, 0%, 0%) |
| LAB | lab(72.1 17.3 -42.9) |
| LCH | lch(72.1 46.3 291.9) |
| OKLCH | oklch(0.766 0.122 279.5) |
Copy-ready code
/* CSS */
color: #a3aaff;
background-color: #a3aaff;
/* Tailwind (arbitrary) */
class="text-[#a3aaff] bg-[#a3aaff]"
/* SCSS */
$brand: #a3aaff;
/* SwiftUI */
Color(red: 0.639, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#a3aaff")Accessibility — WCAG contrast
Aa
#a3aaff on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3aaff on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green66.7%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#a3aaff text on a black background
contrast 9.75:1
Card sample
#a3aaff text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3aaff;
Background color
Panel with #a3aaff background
background-color: #a3aaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3aaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3aaff; background: linear-gradient(135deg, #a3aaff, #D9A3FF);