#a2dfff
a light, electric blue · cool · closest name: skyblue
RGB
162, 223, 255
HSL
201°, 100%, 82%
CMYK
37, 13, 0, 0
Luminance
0.6768
Every format
| HEX | #a2dfff |
| RGB | rgb(162, 223, 255) |
| HSL | hsl(201, 100%, 82%) |
| CMYK | cmyk(37%, 13%, 0%, 0%) |
| LAB | lab(85.8 -11.7 -21.7) |
| LCH | lch(85.8 24.6 241.7) |
| OKLCH | oklch(0.873 0.076 231.6) |
Copy-ready code
/* CSS */
color: #a2dfff;
background-color: #a2dfff;
/* Tailwind (arbitrary) */
class="text-[#a2dfff] bg-[#a2dfff]"
/* SCSS */
$brand: #a2dfff;
/* SwiftUI */
Color(red: 0.635, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#a2dfff")Accessibility — WCAG contrast
Aa
#a2dfff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dfff on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green87.5%
Blue100.0%
CMYK percentages
Cyan36.5%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a2dfff text on a black background
contrast 14.54:1
Card sample
#a2dfff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dfff;
Background color
Panel with #a2dfff background
background-color: #a2dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dfff; background: linear-gradient(135deg, #a2dfff, #A3A2FF);