#a2cefd
a light, electric blue · cool · closest name: skyblue
RGB
162, 206, 253
HSL
211°, 96%, 81%
CMYK
36, 19, 0, 1
Luminance
0.5892
Every format
| HEX | #a2cefd |
| RGB | rgb(162, 206, 253) |
| HSL | hsl(211, 96%, 81%) |
| CMYK | cmyk(36%, 19%, 0%, 1%) |
| LAB | lab(81.2 -3.3 -27.6) |
| LCH | lch(81.2 27.8 263.3) |
| OKLCH | oklch(0.837 0.081 250.5) |
Copy-ready code
/* CSS */
color: #a2cefd;
background-color: #a2cefd;
/* Tailwind (arbitrary) */
class="text-[#a2cefd] bg-[#a2cefd]"
/* SCSS */
$brand: #a2cefd;
/* SwiftUI */
Color(red: 0.635, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#a2cefd")Accessibility — WCAG contrast
Aa
#a2cefd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cefd on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#a2cefd text on a black background
contrast 12.78:1
Card sample
#a2cefd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cefd;
Background color
Panel with #a2cefd background
background-color: #a2cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cefd; background: linear-gradient(135deg, #a2cefd, #B3A2FD);