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