#a3dfec
a light, vivid cyan · cool · closest name: skyblue
RGB
163, 223, 236
HSL
191°, 66%, 78%
CMYK
31, 6, 0, 8
Luminance
0.6662
Every format
| HEX | #a3dfec |
| RGB | rgb(163, 223, 236) |
| HSL | hsl(191, 66%, 78%) |
| CMYK | cmyk(31%, 6%, 0%, 8%) |
| LAB | lab(85.3 -15.9 -12.5) |
| LCH | lch(85.3 20.3 218.0) |
| OKLCH | oklch(0.867 0.063 212.5) |
Copy-ready code
/* CSS */
color: #a3dfec;
background-color: #a3dfec;
/* Tailwind (arbitrary) */
class="text-[#a3dfec] bg-[#a3dfec]"
/* SCSS */
$brand: #a3dfec;
/* SwiftUI */
Color(red: 0.639, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#a3dfec")Accessibility — WCAG contrast
Aa
#a3dfec on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3dfec on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green87.5%
Blue92.5%
CMYK percentages
Cyan30.9%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#a3dfec text on a black background
contrast 14.32:1
Card sample
#a3dfec text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3dfec;
Background color
Panel with #a3dfec background
background-color: #a3dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3dfec; background: linear-gradient(135deg, #a3dfec, #A3AEEC);