#a2dbfb
a light, electric blue · cool · closest name: skyblue
RGB
162, 219, 251
HSL
202°, 92%, 81%
CMYK
36, 13, 0, 2
Luminance
0.6531
Every format
| HEX | #a2dbfb |
| RGB | rgb(162, 219, 251) |
| HSL | hsl(202, 92%, 81%) |
| CMYK | cmyk(36%, 13%, 0%, 2%) |
| LAB | lab(84.6 -10.6 -21.4) |
| LCH | lch(84.6 23.9 243.7) |
| OKLCH | oklch(0.863 0.073 233.3) |
Copy-ready code
/* CSS */
color: #a2dbfb;
background-color: #a2dbfb;
/* Tailwind (arbitrary) */
class="text-[#a2dbfb] bg-[#a2dbfb]"
/* SCSS */
$brand: #a2dbfb;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#a2dbfb")Accessibility — WCAG contrast
Aa
#a2dbfb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dbfb on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue98.4%
CMYK percentages
Cyan35.5%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#a2dbfb text on a black background
contrast 14.06:1
Card sample
#a2dbfb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dbfb;
Background color
Panel with #a2dbfb background
background-color: #a2dbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dbfb; background: linear-gradient(135deg, #a2dbfb, #A4A2FB);