#a3cefd
a light, electric blue · cool · closest name: skyblue
RGB
163, 206, 253
HSL
211°, 96%, 82%
CMYK
36, 19, 0, 1
Luminance
0.5902
Every format
| HEX | #a3cefd |
| RGB | rgb(163, 206, 253) |
| HSL | hsl(211, 96%, 82%) |
| CMYK | cmyk(36%, 19%, 0%, 1%) |
| LAB | lab(81.3 -3.0 -27.6) |
| LCH | lch(81.3 27.7 263.8) |
| OKLCH | oklch(0.837 0.080 251.0) |
Copy-ready code
/* CSS */
color: #a3cefd;
background-color: #a3cefd;
/* Tailwind (arbitrary) */
class="text-[#a3cefd] bg-[#a3cefd]"
/* SCSS */
$brand: #a3cefd;
/* SwiftUI */
Color(red: 0.639, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#a3cefd")Accessibility — WCAG contrast
Aa
#a3cefd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3cefd on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.8%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#a3cefd text on a black background
contrast 12.80:1
Card sample
#a3cefd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3cefd;
Background color
Panel with #a3cefd background
background-color: #a3cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3cefd; background: linear-gradient(135deg, #a3cefd, #B4A3FD);