#aebeee
a light, vivid blue · warm · closest name: skyblue
RGB
174, 190, 238
HSL
225°, 65%, 81%
CMYK
27, 20, 0, 7
Luminance
0.5200
Every format
| HEX | #aebeee |
| RGB | rgb(174, 190, 238) |
| HSL | hsl(225, 65%, 81%) |
| CMYK | cmyk(27%, 20%, 0%, 7%) |
| LAB | lab(77.3 5.0 -25.6) |
| LCH | lch(77.3 26.1 281.1) |
| OKLCH | oklch(0.806 0.070 270.4) |
Copy-ready code
/* CSS */
color: #aebeee;
background-color: #aebeee;
/* Tailwind (arbitrary) */
class="text-[#aebeee] bg-[#aebeee]"
/* SCSS */
$brand: #aebeee;
/* SwiftUI */
Color(red: 0.682, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#aebeee")Accessibility — WCAG contrast
Aa
#aebeee on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebeee on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan26.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#aebeee text on a black background
contrast 11.40:1
Card sample
#aebeee text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebeee;
Background color
Panel with #aebeee background
background-color: #aebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebeee; background: linear-gradient(135deg, #aebeee, #C9AEEE);