#a2dbf3
a light, electric cyan · cool · closest name: skyblue
RGB
162, 219, 243
HSL
198°, 77%, 79%
CMYK
33, 10, 0, 5
Luminance
0.6482
Every format
| HEX | #a2dbf3 |
| RGB | rgb(162, 219, 243) |
| HSL | hsl(198, 77%, 79%) |
| CMYK | cmyk(33%, 10%, 0%, 5%) |
| LAB | lab(84.4 -12.5 -17.6) |
| LCH | lch(84.4 21.6 234.5) |
| OKLCH | oklch(0.861 0.067 225.8) |
Copy-ready code
/* CSS */
color: #a2dbf3;
background-color: #a2dbf3;
/* Tailwind (arbitrary) */
class="text-[#a2dbf3] bg-[#a2dbf3]"
/* SCSS */
$brand: #a2dbf3;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#a2dbf3")Accessibility — WCAG contrast
Aa
#a2dbf3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dbf3 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue95.3%
CMYK percentages
Cyan33.3%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#a2dbf3 text on a black background
contrast 13.96:1
Card sample
#a2dbf3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dbf3;
Background color
Panel with #a2dbf3 background
background-color: #a2dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dbf3; background: linear-gradient(135deg, #a2dbf3, #A2A5F3);