#a2d3eb
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 211, 235
HSL
200°, 65%, 78%
CMYK
31, 10, 0, 8
Luminance
0.6027
Every format
| HEX | #a2d3eb |
| RGB | rgb(162, 211, 235) |
| HSL | hsl(200, 65%, 78%) |
| CMYK | cmyk(31%, 10%, 0%, 8%) |
| LAB | lab(82.0 -10.3 -16.9) |
| LCH | lch(82.0 19.8 238.6) |
| OKLCH | oklch(0.841 0.061 229.5) |
Copy-ready code
/* CSS */
color: #a2d3eb;
background-color: #a2d3eb;
/* Tailwind (arbitrary) */
class="text-[#a2d3eb] bg-[#a2d3eb]"
/* SCSS */
$brand: #a2d3eb;
/* SwiftUI */
Color(red: 0.635, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#a2d3eb")Accessibility — WCAG contrast
Aa
#a2d3eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2d3eb on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green82.7%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#a2d3eb text on a black background
contrast 13.05:1
Card sample
#a2d3eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2d3eb;
Background color
Panel with #a2d3eb background
background-color: #a2d3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2d3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2d3eb; background: linear-gradient(135deg, #a2d3eb, #A2A2EB);