#a3b2ff
a light, electric blue · warm · closest name: plum
RGB
163, 178, 255
HSL
230°, 100%, 82%
CMYK
36, 30, 0, 0
Luminance
0.4685
Every format
| HEX | #a3b2ff |
| RGB | rgb(163, 178, 255) |
| HSL | hsl(230, 100%, 82%) |
| CMYK | cmyk(36%, 30%, 0%, 0%) |
| LAB | lab(74.1 12.8 -39.8) |
| LCH | lch(74.1 41.8 287.8) |
| OKLCH | oklch(0.781 0.111 275.1) |
Copy-ready code
/* CSS */
color: #a3b2ff;
background-color: #a3b2ff;
/* Tailwind (arbitrary) */
class="text-[#a3b2ff] bg-[#a3b2ff]"
/* SCSS */
$brand: #a3b2ff;
/* SwiftUI */
Color(red: 0.639, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#a3b2ff")Accessibility — WCAG contrast
Aa
#a3b2ff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3b2ff on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green69.8%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a3b2ff text on a black background
contrast 10.37:1
Card sample
#a3b2ff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3b2ff;
Background color
Panel with #a3b2ff background
background-color: #a3b2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3b2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3b2ff; background: linear-gradient(135deg, #a3b2ff, #D1A3FF);