#aec5eb
a light, vivid blue · cool · closest name: skyblue
RGB
174, 197, 235
HSL
217°, 60%, 80%
CMYK
26, 16, 0, 8
Luminance
0.5493
Every format
| HEX | #aec5eb |
| RGB | rgb(174, 197, 235) |
| HSL | hsl(217, 60%, 80%) |
| CMYK | cmyk(26%, 16%, 0%, 8%) |
| LAB | lab(79.0 0.5 -21.4) |
| LCH | lch(79.0 21.4 271.4) |
| OKLCH | oklch(0.819 0.059 260.4) |
Copy-ready code
/* CSS */
color: #aec5eb;
background-color: #aec5eb;
/* Tailwind (arbitrary) */
class="text-[#aec5eb] bg-[#aec5eb]"
/* SCSS */
$brand: #aec5eb;
/* SwiftUI */
Color(red: 0.682, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#aec5eb")Accessibility — WCAG contrast
Aa
#aec5eb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec5eb on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green77.3%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#aec5eb text on a black background
contrast 11.99:1
Card sample
#aec5eb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec5eb;
Background color
Panel with #aec5eb background
background-color: #aec5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec5eb; background: linear-gradient(135deg, #aec5eb, #C0AEEB);