#aec4eb
a light, vivid blue · cool · closest name: skyblue
RGB
174, 196, 235
HSL
218°, 60%, 80%
CMYK
26, 17, 0, 8
Luminance
0.5448
Every format
| HEX | #aec4eb |
| RGB | rgb(174, 196, 235) |
| HSL | hsl(218, 60%, 80%) |
| CMYK | cmyk(26%, 17%, 0%, 8%) |
| LAB | lab(78.7 1.1 -21.8) |
| LCH | lch(78.7 21.8 272.8) |
| OKLCH | oklch(0.817 0.060 261.9) |
Copy-ready code
/* CSS */
color: #aec4eb;
background-color: #aec4eb;
/* Tailwind (arbitrary) */
class="text-[#aec4eb] bg-[#aec4eb]"
/* SCSS */
$brand: #aec4eb;
/* SwiftUI */
Color(red: 0.682, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#aec4eb")Accessibility — WCAG contrast
Aa
#aec4eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec4eb on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green76.9%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#aec4eb text on a black background
contrast 11.90:1
Card sample
#aec4eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec4eb;
Background color
Panel with #aec4eb background
background-color: #aec4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec4eb; background: linear-gradient(135deg, #aec4eb, #C1AEEB);