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