#a2cffd
a light, electric blue · cool · closest name: skyblue
RGB
162, 207, 253
HSL
210°, 96%, 81%
CMYK
36, 18, 0, 1
Luminance
0.5940
Every format
| HEX | #a2cffd |
| RGB | rgb(162, 207, 253) |
| HSL | hsl(210, 96%, 81%) |
| CMYK | cmyk(36%, 18%, 0%, 1%) |
| LAB | lab(81.5 -3.8 -27.2) |
| LCH | lch(81.5 27.5 262.1) |
| OKLCH | oklch(0.839 0.080 249.4) |
Copy-ready code
/* CSS */
color: #a2cffd;
background-color: #a2cffd;
/* Tailwind (arbitrary) */
class="text-[#a2cffd] bg-[#a2cffd]"
/* SCSS */
$brand: #a2cffd;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#a2cffd")Accessibility — WCAG contrast
Aa
#a2cffd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cffd on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#a2cffd text on a black background
contrast 12.88:1
Card sample
#a2cffd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cffd;
Background color
Panel with #a2cffd background
background-color: #a2cffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cffd; background: linear-gradient(135deg, #a2cffd, #B2A2FD);