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