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