#aec0f4
a light, electric blue · cool · closest name: skyblue
RGB
174, 192, 244
HSL
225°, 76%, 82%
CMYK
29, 21, 0, 4
Luminance
0.5323
Every format
| HEX | #aec0f4 |
| RGB | rgb(174, 192, 244) |
| HSL | hsl(225, 76%, 82%) |
| CMYK | cmyk(29%, 21%, 0%, 4%) |
| LAB | lab(78.0 5.4 -27.7) |
| LCH | lch(78.0 28.2 281.0) |
| OKLCH | oklch(0.812 0.076 269.8) |
Copy-ready code
/* CSS */
color: #aec0f4;
background-color: #aec0f4;
/* Tailwind (arbitrary) */
class="text-[#aec0f4] bg-[#aec0f4]"
/* SCSS */
$brand: #aec0f4;
/* SwiftUI */
Color(red: 0.682, green: 0.753, blue: 0.957)
/* Android */
Color.parseColor("#aec0f4")Accessibility — WCAG contrast
Aa
#aec0f4 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec0f4 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green75.3%
Blue95.7%
CMYK percentages
Cyan28.7%
Magenta21.3%
Yellow0.0%
Key (black)4.3%
Color previews
#aec0f4 text on a black background
contrast 11.65:1
Card sample
#aec0f4 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec0f4;
Background color
Panel with #aec0f4 background
background-color: #aec0f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec0f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 192, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 192, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec0f4; background: linear-gradient(135deg, #aec0f4, #CBAEF4);