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