#a7beee
a light, vivid blue · cool · closest name: skyblue
RGB
167, 190, 238
HSL
221°, 68%, 79%
CMYK
30, 20, 0, 7
Luminance
0.5122
Every format
| HEX | #a7beee |
| RGB | rgb(167, 190, 238) |
| HSL | hsl(221, 68%, 79%) |
| CMYK | cmyk(30%, 20%, 0%, 7%) |
| LAB | lab(76.8 3.0 -26.4) |
| LCH | lch(76.8 26.6 276.5) |
| OKLCH | oklch(0.801 0.073 264.8) |
Copy-ready code
/* CSS */
color: #a7beee;
background-color: #a7beee;
/* Tailwind (arbitrary) */
class="text-[#a7beee] bg-[#a7beee]"
/* SCSS */
$brand: #a7beee;
/* SwiftUI */
Color(red: 0.655, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#a7beee")Accessibility — WCAG contrast
Aa
#a7beee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7beee on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan29.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#a7beee text on a black background
contrast 11.24:1
Card sample
#a7beee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7beee;
Background color
Panel with #a7beee background
background-color: #a7beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7beee; background: linear-gradient(135deg, #a7beee, #BFA7EE);