#a4beee
a light, vivid blue · cool · closest name: skyblue
RGB
164, 190, 238
HSL
219°, 69%, 79%
CMYK
31, 20, 0, 7
Luminance
0.5089
Every format
| HEX | #a4beee |
| RGB | rgb(164, 190, 238) |
| HSL | hsl(219, 69%, 79%) |
| CMYK | cmyk(31%, 20%, 0%, 7%) |
| LAB | lab(76.6 2.1 -26.7) |
| LCH | lch(76.6 26.8 274.6) |
| OKLCH | oklch(0.799 0.074 262.5) |
Copy-ready code
/* CSS */
color: #a4beee;
background-color: #a4beee;
/* Tailwind (arbitrary) */
class="text-[#a4beee] bg-[#a4beee]"
/* SCSS */
$brand: #a4beee;
/* SwiftUI */
Color(red: 0.643, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#a4beee")Accessibility — WCAG contrast
Aa
#a4beee on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4beee on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan31.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#a4beee text on a black background
contrast 11.18:1
Card sample
#a4beee text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4beee;
Background color
Panel with #a4beee background
background-color: #a4beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4beee; background: linear-gradient(135deg, #a4beee, #BBA4EE);