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