#a2cdec
a light, vivid blue · cool · closest name: skyblue
RGB
162, 205, 236
HSL
205°, 66%, 78%
CMYK
31, 13, 0, 8
Luminance
0.5740
Every format
| HEX | #a2cdec |
| RGB | rgb(162, 205, 236) |
| HSL | hsl(205, 66%, 78%) |
| CMYK | cmyk(31%, 13%, 0%, 8%) |
| LAB | lab(80.4 -6.9 -19.9) |
| LCH | lch(80.4 21.0 250.7) |
| OKLCH | oklch(0.828 0.063 239.8) |
Copy-ready code
/* CSS */
color: #a2cdec;
background-color: #a2cdec;
/* Tailwind (arbitrary) */
class="text-[#a2cdec] bg-[#a2cdec]"
/* SCSS */
$brand: #a2cdec;
/* SwiftUI */
Color(red: 0.635, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#a2cdec")Accessibility — WCAG contrast
Aa
#a2cdec on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cdec on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.4%
Blue92.5%
CMYK percentages
Cyan31.4%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#a2cdec text on a black background
contrast 12.48:1
Card sample
#a2cdec text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cdec;
Background color
Panel with #a2cdec background
background-color: #a2cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cdec; background: linear-gradient(135deg, #a2cdec, #A8A2EC);