#aee2fd
a light, electric blue · cool · closest name: skyblue
RGB
174, 226, 253
HSL
201°, 95%, 84%
CMYK
31, 11, 0, 1
Luminance
0.7048
Every format
| HEX | #aee2fd |
| RGB | rgb(174, 226, 253) |
| HSL | hsl(201, 95%, 84%) |
| CMYK | cmyk(31%, 11%, 0%, 1%) |
| LAB | lab(87.2 -10.5 -18.5) |
| LCH | lch(87.2 21.2 240.5) |
| OKLCH | oklch(0.886 0.065 231.0) |
Copy-ready code
/* CSS */
color: #aee2fd;
background-color: #aee2fd;
/* Tailwind (arbitrary) */
class="text-[#aee2fd] bg-[#aee2fd]"
/* SCSS */
$brand: #aee2fd;
/* SwiftUI */
Color(red: 0.682, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#aee2fd")Accessibility — WCAG contrast
Aa
#aee2fd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aee2fd on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green88.6%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#aee2fd text on a black background
contrast 15.10:1
Card sample
#aee2fd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aee2fd;
Background color
Panel with #aee2fd background
background-color: #aee2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aee2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee2fd; background: linear-gradient(135deg, #aee2fd, #AFAEFD);