#a2b7eb
a light, vivid blue · cool · closest name: skyblue
RGB
162, 183, 235
HSL
223°, 65%, 78%
CMYK
31, 22, 0, 8
Luminance
0.4755
Every format
| HEX | #a2b7eb |
| RGB | rgb(162, 183, 235) |
| HSL | hsl(223, 65%, 78%) |
| CMYK | cmyk(31%, 22%, 0%, 8%) |
| LAB | lab(74.5 4.7 -28.3) |
| LCH | lch(74.5 28.6 279.3) |
| OKLCH | oklch(0.782 0.078 267.5) |
Copy-ready code
/* CSS */
color: #a2b7eb;
background-color: #a2b7eb;
/* Tailwind (arbitrary) */
class="text-[#a2b7eb] bg-[#a2b7eb]"
/* SCSS */
$brand: #a2b7eb;
/* SwiftUI */
Color(red: 0.635, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#a2b7eb")Accessibility — WCAG contrast
Aa
#a2b7eb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b7eb on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green71.8%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#a2b7eb text on a black background
contrast 10.51:1
Card sample
#a2b7eb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b7eb;
Background color
Panel with #a2b7eb background
background-color: #a2b7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b7eb; background: linear-gradient(135deg, #a2b7eb, #BDA2EB);