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