#a2dbfe
a light, electric blue · cool · closest name: skyblue
RGB
162, 219, 254
HSL
203°, 98%, 82%
CMYK
36, 14, 0, 0
Luminance
0.6550
Every format
| HEX | #a2dbfe |
| RGB | rgb(162, 219, 254) |
| HSL | hsl(203, 98%, 82%) |
| CMYK | cmyk(36%, 14%, 0%, 0%) |
| LAB | lab(84.7 -9.8 -22.9) |
| LCH | lch(84.7 24.9 246.7) |
| OKLCH | oklch(0.864 0.076 235.8) |
Copy-ready code
/* CSS */
color: #a2dbfe;
background-color: #a2dbfe;
/* Tailwind (arbitrary) */
class="text-[#a2dbfe] bg-[#a2dbfe]"
/* SCSS */
$brand: #a2dbfe;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#a2dbfe")Accessibility — WCAG contrast
Aa
#a2dbfe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dbfe on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue99.6%
CMYK percentages
Cyan36.2%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#a2dbfe text on a black background
contrast 14.10:1
Card sample
#a2dbfe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dbfe;
Background color
Panel with #a2dbfe background
background-color: #a2dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dbfe; background: linear-gradient(135deg, #a2dbfe, #A6A2FE);