#a2cdf3
a light, electric blue · cool · closest name: skyblue
RGB
162, 205, 243
HSL
208°, 77%, 79%
CMYK
33, 16, 0, 5
Luminance
0.5782
Every format
| HEX | #a2cdf3 |
| RGB | rgb(162, 205, 243) |
| HSL | hsl(208, 77%, 79%) |
| CMYK | cmyk(33%, 16%, 0%, 5%) |
| LAB | lab(80.6 -5.2 -23.3) |
| LCH | lch(80.6 23.8 257.3) |
| OKLCH | oklch(0.831 0.070 245.5) |
Copy-ready code
/* CSS */
color: #a2cdf3;
background-color: #a2cdf3;
/* Tailwind (arbitrary) */
class="text-[#a2cdf3] bg-[#a2cdf3]"
/* SCSS */
$brand: #a2cdf3;
/* SwiftUI */
Color(red: 0.635, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#a2cdf3")Accessibility — WCAG contrast
Aa
#a2cdf3 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cdf3 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.4%
Blue95.3%
CMYK percentages
Cyan33.3%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#a2cdf3 text on a black background
contrast 12.56:1
Card sample
#a2cdf3 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cdf3;
Background color
Panel with #a2cdf3 background
background-color: #a2cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cdf3; background: linear-gradient(135deg, #a2cdf3, #ADA2F3);