#aedcfb
a light, electric blue · cool · closest name: skyblue
RGB
174, 220, 251
HSL
204°, 91%, 83%
CMYK
31, 12, 0, 2
Luminance
0.6715
Every format
| HEX | #aedcfb |
| RGB | rgb(174, 220, 251) |
| HSL | hsl(204, 91%, 83%) |
| CMYK | cmyk(31%, 12%, 0%, 2%) |
| LAB | lab(85.6 -7.8 -19.9) |
| LCH | lch(85.6 21.4 248.5) |
| OKLCH | oklch(0.873 0.064 238.0) |
Copy-ready code
/* CSS */
color: #aedcfb;
background-color: #aedcfb;
/* Tailwind (arbitrary) */
class="text-[#aedcfb] bg-[#aedcfb]"
/* SCSS */
$brand: #aedcfb;
/* SwiftUI */
Color(red: 0.682, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#aedcfb")Accessibility — WCAG contrast
Aa
#aedcfb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aedcfb on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green86.3%
Blue98.4%
CMYK percentages
Cyan30.7%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#aedcfb text on a black background
contrast 14.43:1
Card sample
#aedcfb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aedcfb;
Background color
Panel with #aedcfb background
background-color: #aedcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aedcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aedcfb; background: linear-gradient(135deg, #aedcfb, #B3AEFB);