#aedcdf
a light, soft cyan · cool · closest name: skyblue
RGB
174, 220, 223
HSL
184°, 43%, 78%
CMYK
22, 1, 0, 13
Luminance
0.6551
Every format
| HEX | #aedcdf |
| RGB | rgb(174, 220, 223) |
| HSL | hsl(184, 43%, 78%) |
| CMYK | cmyk(22%, 1%, 0%, 13%) |
| LAB | lab(84.8 -14.2 -6.4) |
| LCH | lch(84.8 15.6 204.2) |
| OKLCH | oklch(0.863 0.048 201.3) |
Copy-ready code
/* CSS */
color: #aedcdf;
background-color: #aedcdf;
/* Tailwind (arbitrary) */
class="text-[#aedcdf] bg-[#aedcdf]"
/* SCSS */
$brand: #aedcdf;
/* SwiftUI */
Color(red: 0.682, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#aedcdf")Accessibility — WCAG contrast
Aa
#aedcdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aedcdf on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green86.3%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aedcdf text on a black background
contrast 14.10:1
Card sample
#aedcdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aedcdf;
Background color
Panel with #aedcdf background
background-color: #aedcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aedcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aedcdf; background: linear-gradient(135deg, #aedcdf, #AEBBDF);