#a3cdfb
a light, electric blue · cool · closest name: skyblue
RGB
163, 205, 251
HSL
211°, 92%, 81%
CMYK
35, 18, 0, 2
Luminance
0.5841
Every format
| HEX | #a3cdfb |
| RGB | rgb(163, 205, 251) |
| HSL | hsl(211, 92%, 81%) |
| CMYK | cmyk(35%, 18%, 0%, 2%) |
| LAB | lab(81.0 -3.0 -27.0) |
| LCH | lch(81.0 27.2 263.7) |
| OKLCH | oklch(0.835 0.079 251.1) |
Copy-ready code
/* CSS */
color: #a3cdfb;
background-color: #a3cdfb;
/* Tailwind (arbitrary) */
class="text-[#a3cdfb] bg-[#a3cdfb]"
/* SCSS */
$brand: #a3cdfb;
/* SwiftUI */
Color(red: 0.639, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#a3cdfb")Accessibility — WCAG contrast
Aa
#a3cdfb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3cdfb on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan35.1%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#a3cdfb text on a black background
contrast 12.68:1
Card sample
#a3cdfb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3cdfb;
Background color
Panel with #a3cdfb background
background-color: #a3cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3cdfb; background: linear-gradient(135deg, #a3cdfb, #B4A3FB);