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