#aeecff
a light, electric cyan · cool · closest name: skyblue
RGB
174, 236, 255
HSL
194°, 100%, 84%
CMYK
32, 8, 0, 0
Luminance
0.7621
Every format
| HEX | #aeecff |
| RGB | rgb(174, 236, 255) |
| HSL | hsl(194, 100%, 84%) |
| CMYK | cmyk(32%, 8%, 0%, 0%) |
| LAB | lab(90.0 -15.1 -15.4) |
| LCH | lch(90.0 21.6 225.7) |
| OKLCH | oklch(0.907 0.068 218.7) |
Copy-ready code
/* CSS */
color: #aeecff;
background-color: #aeecff;
/* Tailwind (arbitrary) */
class="text-[#aeecff] bg-[#aeecff]"
/* SCSS */
$brand: #aeecff;
/* SwiftUI */
Color(red: 0.682, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#aeecff")Accessibility — WCAG contrast
Aa
#aeecff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeecff on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.5%
Blue100.0%
CMYK percentages
Cyan31.8%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#aeecff text on a black background
contrast 16.24:1
Card sample
#aeecff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeecff;
Background color
Panel with #aeecff background
background-color: #aeecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeecff; background: linear-gradient(135deg, #aeecff, #AEB6FF);