#a2b9ef
a light, vivid blue · cool · closest name: skyblue
RGB
162, 185, 239
HSL
222°, 71%, 79%
CMYK
32, 23, 0, 6
Luminance
0.4861
Every format
| HEX | #a2b9ef |
| RGB | rgb(162, 185, 239) |
| HSL | hsl(222, 71%, 79%) |
| CMYK | cmyk(32%, 23%, 0%, 6%) |
| LAB | lab(75.2 4.5 -29.4) |
| LCH | lch(75.2 29.8 278.8) |
| OKLCH | oklch(0.788 0.081 266.6) |
Copy-ready code
/* CSS */
color: #a2b9ef;
background-color: #a2b9ef;
/* Tailwind (arbitrary) */
class="text-[#a2b9ef] bg-[#a2b9ef]"
/* SCSS */
$brand: #a2b9ef;
/* SwiftUI */
Color(red: 0.635, green: 0.725, blue: 0.937)
/* Android */
Color.parseColor("#a2b9ef")Accessibility — WCAG contrast
Aa
#a2b9ef on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b9ef on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green72.5%
Blue93.7%
CMYK percentages
Cyan32.2%
Magenta22.6%
Yellow0.0%
Key (black)6.3%
Color previews
#a2b9ef text on a black background
contrast 10.72:1
Card sample
#a2b9ef text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b9ef;
Background color
Panel with #a2b9ef background
background-color: #a2b9ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b9ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 185, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 185, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b9ef; background: linear-gradient(135deg, #a2b9ef, #BEA2EF);