#a2ceeb
a light, vivid blue · cool · closest name: skyblue
RGB
162, 206, 235
HSL
204°, 65%, 78%
CMYK
31, 12, 0, 8
Luminance
0.5782
Every format
| HEX | #a2ceeb |
| RGB | rgb(162, 206, 235) |
| HSL | hsl(204, 65%, 78%) |
| CMYK | cmyk(31%, 12%, 0%, 8%) |
| LAB | lab(80.6 -7.7 -19.0) |
| LCH | lch(80.6 20.5 247.9) |
| OKLCH | oklch(0.830 0.062 237.4) |
Copy-ready code
/* CSS */
color: #a2ceeb;
background-color: #a2ceeb;
/* Tailwind (arbitrary) */
class="text-[#a2ceeb] bg-[#a2ceeb]"
/* SCSS */
$brand: #a2ceeb;
/* SwiftUI */
Color(red: 0.635, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#a2ceeb")Accessibility — WCAG contrast
Aa
#a2ceeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ceeb on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.8%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#a2ceeb text on a black background
contrast 12.56:1
Card sample
#a2ceeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ceeb;
Background color
Panel with #a2ceeb background
background-color: #a2ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ceeb; background: linear-gradient(135deg, #a2ceeb, #A6A2EB);