#aeedeb
a light, vivid cyan · cool · closest name: skyblue
RGB
174, 237, 235
HSL
178°, 64%, 81%
CMYK
27, 0, 1, 7
Luminance
0.7557
Every format
| HEX | #aeedeb |
| RGB | rgb(174, 237, 235) |
| HSL | hsl(178, 64%, 81%) |
| CMYK | cmyk(27%, 0%, 1%, 7%) |
| LAB | lab(89.7 -20.1 -5.4) |
| LCH | lch(89.7 20.8 195.2) |
| OKLCH | oklch(0.903 0.063 193.6) |
Copy-ready code
/* CSS */
color: #aeedeb;
background-color: #aeedeb;
/* Tailwind (arbitrary) */
class="text-[#aeedeb] bg-[#aeedeb]"
/* SCSS */
$brand: #aeedeb;
/* SwiftUI */
Color(red: 0.682, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#aeedeb")Accessibility — WCAG contrast
Aa
#aeedeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeedeb on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.9%
Blue92.2%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#aeedeb text on a black background
contrast 16.11:1
Card sample
#aeedeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeedeb;
Background color
Panel with #aeedeb background
background-color: #aeedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeedeb; background: linear-gradient(135deg, #aeedeb, #AEC5ED);