#aecaf9
a light, electric blue · cool · closest name: skyblue
RGB
174, 202, 249
HSL
218°, 86%, 83%
CMYK
30, 19, 0, 2
Luminance
0.5808
Every format
| HEX | #aecaf9 |
| RGB | rgb(174, 202, 249) |
| HSL | hsl(218, 86%, 83%) |
| CMYK | cmyk(30%, 19%, 0%, 2%) |
| LAB | lab(80.8 1.2 -26.2) |
| LCH | lch(80.8 26.2 272.6) |
| OKLCH | oklch(0.835 0.073 260.7) |
Copy-ready code
/* CSS */
color: #aecaf9;
background-color: #aecaf9;
/* Tailwind (arbitrary) */
class="text-[#aecaf9] bg-[#aecaf9]"
/* SCSS */
$brand: #aecaf9;
/* SwiftUI */
Color(red: 0.682, green: 0.792, blue: 0.976)
/* Android */
Color.parseColor("#aecaf9")Accessibility — WCAG contrast
Aa
#aecaf9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecaf9 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green79.2%
Blue97.6%
CMYK percentages
Cyan30.1%
Magenta18.9%
Yellow0.0%
Key (black)2.4%
Color previews
#aecaf9 text on a black background
contrast 12.62:1
Card sample
#aecaf9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecaf9;
Background color
Panel with #aecaf9 background
background-color: #aecaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 202, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 202, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecaf9; background: linear-gradient(135deg, #aecaf9, #C4AEF9);