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