#a2bff4
a light, electric blue · cool · closest name: skyblue
RGB
162, 191, 244
HSL
219°, 79%, 80%
CMYK
34, 22, 0, 4
Luminance
0.5147
Every format
| HEX | #a2bff4 |
| RGB | rgb(162, 191, 244) |
| HSL | hsl(219, 79%, 80%) |
| CMYK | cmyk(34%, 22%, 0%, 4%) |
| LAB | lab(77.0 2.5 -29.4) |
| LCH | lch(77.0 29.5 274.9) |
| OKLCH | oklch(0.802 0.082 262.3) |
Copy-ready code
/* CSS */
color: #a2bff4;
background-color: #a2bff4;
/* Tailwind (arbitrary) */
class="text-[#a2bff4] bg-[#a2bff4]"
/* SCSS */
$brand: #a2bff4;
/* SwiftUI */
Color(red: 0.635, green: 0.749, blue: 0.957)
/* Android */
Color.parseColor("#a2bff4")Accessibility — WCAG contrast
Aa
#a2bff4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2bff4 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green74.9%
Blue95.7%
CMYK percentages
Cyan33.6%
Magenta21.7%
Yellow0.0%
Key (black)4.3%
Color previews
#a2bff4 text on a black background
contrast 11.29:1
Card sample
#a2bff4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2bff4;
Background color
Panel with #a2bff4 background
background-color: #a2bff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2bff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 191, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 191, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2bff4; background: linear-gradient(135deg, #a2bff4, #BCA2F4);