#aebcdf
a light, soft blue · cool · closest name: skyblue
RGB
174, 188, 223
HSL
223°, 43%, 78%
CMYK
22, 16, 0, 13
Luminance
0.5029
Every format
| HEX | #aebcdf |
| RGB | rgb(174, 188, 223) |
| HSL | hsl(223, 43%, 78%) |
| CMYK | cmyk(22%, 16%, 0%, 13%) |
| LAB | lab(76.3 2.6 -19.1) |
| LCH | lch(76.3 19.3 277.8) |
| OKLCH | oklch(0.796 0.052 268.0) |
Copy-ready code
/* CSS */
color: #aebcdf;
background-color: #aebcdf;
/* Tailwind (arbitrary) */
class="text-[#aebcdf] bg-[#aebcdf]"
/* SCSS */
$brand: #aebcdf;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#aebcdf")Accessibility — WCAG contrast
Aa
#aebcdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebcdf on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#aebcdf text on a black background
contrast 11.06:1
Card sample
#aebcdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebcdf;
Background color
Panel with #aebcdf background
background-color: #aebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebcdf; background: linear-gradient(135deg, #aebcdf, #C1AEDF);