#aecdf3
a light, vivid blue · cool · closest name: skyblue
RGB
174, 205, 243
HSL
213°, 74%, 82%
CMYK
28, 16, 0, 5
Luminance
0.5913
Every format
| HEX | #aecdf3 |
| RGB | rgb(174, 205, 243) |
| HSL | hsl(213, 74%, 82%) |
| CMYK | cmyk(28%, 16%, 0%, 5%) |
| LAB | lab(81.4 -1.9 -22.1) |
| LCH | lch(81.4 22.1 265.2) |
| OKLCH | oklch(0.838 0.063 253.7) |
Copy-ready code
/* CSS */
color: #aecdf3;
background-color: #aecdf3;
/* Tailwind (arbitrary) */
class="text-[#aecdf3] bg-[#aecdf3]"
/* SCSS */
$brand: #aecdf3;
/* SwiftUI */
Color(red: 0.682, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#aecdf3")Accessibility — WCAG contrast
Aa
#aecdf3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecdf3 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.4%
Blue95.3%
CMYK percentages
Cyan28.4%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#aecdf3 text on a black background
contrast 12.83:1
Card sample
#aecdf3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecdf3;
Background color
Panel with #aecdf3 background
background-color: #aecdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecdf3; background: linear-gradient(135deg, #aecdf3, #BDAEF3);