#a2c5fd
a light, electric blue · cool · closest name: skyblue
RGB
162, 197, 253
HSL
217°, 96%, 81%
CMYK
36, 22, 0, 1
Luminance
0.5471
Every format
| HEX | #a2c5fd |
| RGB | rgb(162, 197, 253) |
| HSL | hsl(217, 96%, 81%) |
| CMYK | cmyk(36%, 22%, 0%, 1%) |
| LAB | lab(78.9 1.6 -31.3) |
| LCH | lch(78.9 31.3 272.9) |
| OKLCH | oklch(0.818 0.088 259.7) |
Copy-ready code
/* CSS */
color: #a2c5fd;
background-color: #a2c5fd;
/* Tailwind (arbitrary) */
class="text-[#a2c5fd] bg-[#a2c5fd]"
/* SCSS */
$brand: #a2c5fd;
/* SwiftUI */
Color(red: 0.635, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#a2c5fd")Accessibility — WCAG contrast
Aa
#a2c5fd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c5fd on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green77.3%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a2c5fd text on a black background
contrast 11.94:1
Card sample
#a2c5fd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c5fd;
Background color
Panel with #a2c5fd background
background-color: #a2c5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c5fd; background: linear-gradient(135deg, #a2c5fd, #BCA2FD);