#aec8df
a light, soft blue · cool · closest name: skyblue
RGB
174, 200, 223
HSL
208°, 43%, 78%
CMYK
22, 10, 0, 13
Luminance
0.5563
Every format
| HEX | #aec8df |
| RGB | rgb(174, 200, 223) |
| HSL | hsl(208, 43%, 78%) |
| CMYK | cmyk(22%, 10%, 0%, 13%) |
| LAB | lab(79.4 -3.8 -14.3) |
| LCH | lch(79.4 14.8 255.1) |
| OKLCH | oklch(0.821 0.043 245.0) |
Copy-ready code
/* CSS */
color: #aec8df;
background-color: #aec8df;
/* Tailwind (arbitrary) */
class="text-[#aec8df] bg-[#aec8df]"
/* SCSS */
$brand: #aec8df;
/* SwiftUI */
Color(red: 0.682, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#aec8df")Accessibility — WCAG contrast
Aa
#aec8df on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec8df on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green78.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta10.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aec8df text on a black background
contrast 12.13:1
Card sample
#aec8df text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec8df;
Background color
Panel with #aec8df background
background-color: #aec8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec8df; background: linear-gradient(135deg, #aec8df, #B5AEDF);