#aec0df
a light, soft blue · cool · closest name: skyblue
RGB
174, 192, 223
HSL
218°, 43%, 78%
CMYK
22, 14, 0, 13
Luminance
0.5203
Every format
| HEX | #aec0df |
| RGB | rgb(174, 192, 223) |
| HSL | hsl(218, 43%, 78%) |
| CMYK | cmyk(22%, 14%, 0%, 13%) |
| LAB | lab(77.3 0.5 -17.5) |
| LCH | lch(77.3 17.5 271.5) |
| OKLCH | oklch(0.804 0.048 261.3) |
Copy-ready code
/* CSS */
color: #aec0df;
background-color: #aec0df;
/* Tailwind (arbitrary) */
class="text-[#aec0df] bg-[#aec0df]"
/* SCSS */
$brand: #aec0df;
/* SwiftUI */
Color(red: 0.682, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#aec0df")Accessibility — WCAG contrast
Aa
#aec0df on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec0df on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green75.3%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta13.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aec0df text on a black background
contrast 11.41:1
Card sample
#aec0df text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec0df;
Background color
Panel with #aec0df background
background-color: #aec0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec0df; background: linear-gradient(135deg, #aec0df, #BDAEDF);