#a3ceff
a light, electric blue · cool · closest name: skyblue
RGB
163, 206, 255
HSL
212°, 100%, 82%
CMYK
36, 19, 0, 0
Luminance
0.5915
Every format
| HEX | #a3ceff |
| RGB | rgb(163, 206, 255) |
| HSL | hsl(212, 100%, 82%) |
| CMYK | cmyk(36%, 19%, 0%, 0%) |
| LAB | lab(81.4 -2.5 -28.5) |
| LCH | lch(81.4 28.6 265.0) |
| OKLCH | oklch(0.838 0.083 252.1) |
Copy-ready code
/* CSS */
color: #a3ceff;
background-color: #a3ceff;
/* Tailwind (arbitrary) */
class="text-[#a3ceff] bg-[#a3ceff]"
/* SCSS */
$brand: #a3ceff;
/* SwiftUI */
Color(red: 0.639, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#a3ceff")Accessibility — WCAG contrast
Aa
#a3ceff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ceff on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.8%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a3ceff text on a black background
contrast 12.83:1
Card sample
#a3ceff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ceff;
Background color
Panel with #a3ceff background
background-color: #a3ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ceff; background: linear-gradient(135deg, #a3ceff, #B6A3FF);