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