#a2cdfe
a light, electric blue · cool · closest name: skyblue
RGB
162, 205, 254
HSL
212°, 98%, 82%
CMYK
36, 19, 0, 0
Luminance
0.5850
Every format
| HEX | #a2cdfe |
| RGB | rgb(162, 205, 254) |
| HSL | hsl(212, 98%, 82%) |
| CMYK | cmyk(36%, 19%, 0%, 0%) |
| LAB | lab(81.0 -2.5 -28.5) |
| LCH | lch(81.0 28.6 265.0) |
| OKLCH | oklch(0.835 0.083 252.1) |
Copy-ready code
/* CSS */
color: #a2cdfe;
background-color: #a2cdfe;
/* Tailwind (arbitrary) */
class="text-[#a2cdfe] bg-[#a2cdfe]"
/* SCSS */
$brand: #a2cdfe;
/* SwiftUI */
Color(red: 0.635, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#a2cdfe")Accessibility — WCAG contrast
Aa
#a2cdfe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cdfe on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.4%
Blue99.6%
CMYK percentages
Cyan36.2%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#a2cdfe text on a black background
contrast 12.70:1
Card sample
#a2cdfe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cdfe;
Background color
Panel with #a2cdfe background
background-color: #a2cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cdfe; background: linear-gradient(135deg, #a2cdfe, #B5A2FE);