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