#aebceb
a light, vivid blue · warm · closest name: skyblue
RGB
174, 188, 235
HSL
226°, 60%, 80%
CMYK
26, 20, 0, 8
Luminance
0.5096
Every format
| HEX | #aebceb |
| RGB | rgb(174, 188, 235) |
| HSL | hsl(226, 60%, 80%) |
| CMYK | cmyk(26%, 20%, 0%, 8%) |
| LAB | lab(76.7 5.4 -24.9) |
| LCH | lch(76.7 25.5 282.2) |
| OKLCH | oklch(0.801 0.069 271.8) |
Copy-ready code
/* CSS */
color: #aebceb;
background-color: #aebceb;
/* Tailwind (arbitrary) */
class="text-[#aebceb] bg-[#aebceb]"
/* SCSS */
$brand: #aebceb;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#aebceb")Accessibility — WCAG contrast
Aa
#aebceb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebceb on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#aebceb text on a black background
contrast 11.19:1
Card sample
#aebceb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebceb;
Background color
Panel with #aebceb background
background-color: #aebceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebceb; background: linear-gradient(135deg, #aebceb, #C9AEEB);