#a2dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 219, 235
HSL
193°, 65%, 78%
CMYK
31, 7, 0, 8
Luminance
0.6434
Every format
| HEX | #a2dbeb |
| RGB | rgb(162, 219, 235) |
| HSL | hsl(193, 65%, 78%) |
| CMYK | cmyk(31%, 7%, 0%, 8%) |
| LAB | lab(84.1 -14.4 -13.7) |
| LCH | lch(84.1 19.9 223.5) |
| OKLCH | oklch(0.858 0.062 217.0) |
Copy-ready code
/* CSS */
color: #a2dbeb;
background-color: #a2dbeb;
/* Tailwind (arbitrary) */
class="text-[#a2dbeb] bg-[#a2dbeb]"
/* SCSS */
$brand: #a2dbeb;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#a2dbeb")Accessibility — WCAG contrast
Aa
#a2dbeb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dbeb on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#a2dbeb text on a black background
contrast 13.87:1
Card sample
#a2dbeb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dbeb;
Background color
Panel with #a2dbeb background
background-color: #a2dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dbeb; background: linear-gradient(135deg, #a2dbeb, #A2AAEB);