#aec4fd
a light, electric blue · cool · closest name: skyblue
RGB
174, 196, 253
HSL
223°, 95%, 84%
CMYK
31, 23, 0, 1
Luminance
0.5557
Every format
| HEX | #aec4fd |
| RGB | rgb(174, 196, 253) |
| HSL | hsl(223, 95%, 84%) |
| CMYK | cmyk(31%, 23%, 0%, 1%) |
| LAB | lab(79.4 5.4 -30.5) |
| LCH | lch(79.4 30.9 280.0) |
| OKLCH | oklch(0.824 0.084 268.1) |
Copy-ready code
/* CSS */
color: #aec4fd;
background-color: #aec4fd;
/* Tailwind (arbitrary) */
class="text-[#aec4fd] bg-[#aec4fd]"
/* SCSS */
$brand: #aec4fd;
/* SwiftUI */
Color(red: 0.682, green: 0.769, blue: 0.992)
/* Android */
Color.parseColor("#aec4fd")Accessibility — WCAG contrast
Aa
#aec4fd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec4fd on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green76.9%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta22.5%
Yellow0.0%
Key (black)0.8%
Color previews
#aec4fd text on a black background
contrast 12.11:1
Card sample
#aec4fd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec4fd;
Background color
Panel with #aec4fd background
background-color: #aec4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 196, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 196, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec4fd; background: linear-gradient(135deg, #aec4fd, #CDAEFD);