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