#a2beee
a light, vivid blue · cool · closest name: skyblue
RGB
162, 190, 238
HSL
218°, 69%, 78%
CMYK
32, 20, 0, 7
Luminance
0.5068
Every format
| HEX | #a2beee |
| RGB | rgb(162, 190, 238) |
| HSL | hsl(218, 69%, 78%) |
| CMYK | cmyk(32%, 20%, 0%, 7%) |
| LAB | lab(76.5 1.6 -26.9) |
| LCH | lch(76.5 26.9 273.3) |
| OKLCH | oklch(0.798 0.075 261.1) |
Copy-ready code
/* CSS */
color: #a2beee;
background-color: #a2beee;
/* Tailwind (arbitrary) */
class="text-[#a2beee] bg-[#a2beee]"
/* SCSS */
$brand: #a2beee;
/* SwiftUI */
Color(red: 0.635, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#a2beee")Accessibility — WCAG contrast
Aa
#a2beee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2beee on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan31.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#a2beee text on a black background
contrast 11.14:1
Card sample
#a2beee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2beee;
Background color
Panel with #a2beee background
background-color: #a2beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2beee; background: linear-gradient(135deg, #a2beee, #B9A2EE);