#a3b2e0
a light, vivid blue · warm · closest name: skyblue
RGB
163, 178, 224
HSL
225°, 50%, 76%
CMYK
27, 21, 0, 12
Luminance
0.4501
Every format
| HEX | #a3b2e0 |
| RGB | rgb(163, 178, 224) |
| HSL | hsl(225, 50%, 76%) |
| CMYK | cmyk(27%, 21%, 0%, 12%) |
| LAB | lab(72.9 5.0 -24.8) |
| LCH | lch(72.9 25.3 281.4) |
| OKLCH | oklch(0.768 0.068 270.7) |
Copy-ready code
/* CSS */
color: #a3b2e0;
background-color: #a3b2e0;
/* Tailwind (arbitrary) */
class="text-[#a3b2e0] bg-[#a3b2e0]"
/* SCSS */
$brand: #a3b2e0;
/* SwiftUI */
Color(red: 0.639, green: 0.698, blue: 0.878)
/* Android */
Color.parseColor("#a3b2e0")Accessibility — WCAG contrast
Aa
#a3b2e0 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3b2e0 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green69.8%
Blue87.8%
CMYK percentages
Cyan27.2%
Magenta20.5%
Yellow0.0%
Key (black)12.2%
Color previews
#a3b2e0 text on a black background
contrast 10.00:1
Card sample
#a3b2e0 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3b2e0;
Background color
Panel with #a3b2e0 background
background-color: #a3b2e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3b2e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 178, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 178, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3b2e0; background: linear-gradient(135deg, #a3b2e0, #BDA3E0);