#aecaf5
a light, electric blue · cool · closest name: skyblue
RGB
174, 202, 245
HSL
216°, 78%, 82%
CMYK
29, 18, 0, 4
Luminance
0.5783
Every format
| HEX | #aecaf5 |
| RGB | rgb(174, 202, 245) |
| HSL | hsl(216, 78%, 82%) |
| CMYK | cmyk(29%, 18%, 0%, 4%) |
| LAB | lab(80.6 0.2 -24.2) |
| LCH | lch(80.6 24.2 270.5) |
| OKLCH | oklch(0.833 0.068 258.9) |
Copy-ready code
/* CSS */
color: #aecaf5;
background-color: #aecaf5;
/* Tailwind (arbitrary) */
class="text-[#aecaf5] bg-[#aecaf5]"
/* SCSS */
$brand: #aecaf5;
/* SwiftUI */
Color(red: 0.682, green: 0.792, blue: 0.961)
/* Android */
Color.parseColor("#aecaf5")Accessibility — WCAG contrast
Aa
#aecaf5 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecaf5 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green79.2%
Blue96.1%
CMYK percentages
Cyan29.0%
Magenta17.6%
Yellow0.0%
Key (black)3.9%
Color previews
#aecaf5 text on a black background
contrast 12.57:1
Card sample
#aecaf5 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecaf5;
Background color
Panel with #aecaf5 background
background-color: #aecaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 202, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 202, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecaf5; background: linear-gradient(135deg, #aecaf5, #C1AEF5);