#aeecdf
a light, vivid cyan · cool · closest name: beige
RGB
174, 236, 223
HSL
167°, 62%, 80%
CMYK
26, 0, 6, 8
Luminance
0.7432
Every format
| HEX | #aeecdf |
| RGB | rgb(174, 236, 223) |
| HSL | hsl(167, 62%, 80%) |
| CMYK | cmyk(26%, 0%, 6%, 8%) |
| LAB | lab(89.1 -22.2 -0.0) |
| LCH | lch(89.1 22.2 180.1) |
| OKLCH | oklch(0.898 0.065 180.4) |
Copy-ready code
/* CSS */
color: #aeecdf;
background-color: #aeecdf;
/* Tailwind (arbitrary) */
class="text-[#aeecdf] bg-[#aeecdf]"
/* SCSS */
$brand: #aeecdf;
/* SwiftUI */
Color(red: 0.682, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#aeecdf")Accessibility — WCAG contrast
Aa
#aeecdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeecdf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.5%
Blue87.5%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#aeecdf text on a black background
contrast 15.86:1
Card sample
#aeecdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeecdf;
Background color
Panel with #aeecdf background
background-color: #aeecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeecdf; background: linear-gradient(135deg, #aeecdf, #AED0EC);