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