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