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