#aebdf0
a light, vivid blue · warm · closest name: skyblue
RGB
174, 189, 240
HSL
226°, 69%, 81%
CMYK
28, 21, 0, 6
Luminance
0.5169
Every format
| HEX | #aebdf0 |
| RGB | rgb(174, 189, 240) |
| HSL | hsl(226, 69%, 81%) |
| CMYK | cmyk(28%, 21%, 0%, 6%) |
| LAB | lab(77.1 6.0 -27.0) |
| LCH | lch(77.1 27.6 282.6) |
| OKLCH | oklch(0.805 0.074 271.9) |
Copy-ready code
/* CSS */
color: #aebdf0;
background-color: #aebdf0;
/* Tailwind (arbitrary) */
class="text-[#aebdf0] bg-[#aebdf0]"
/* SCSS */
$brand: #aebdf0;
/* SwiftUI */
Color(red: 0.682, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#aebdf0")Accessibility — WCAG contrast
Aa
#aebdf0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebdf0 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.1%
Blue94.1%
CMYK percentages
Cyan27.5%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#aebdf0 text on a black background
contrast 11.34:1
Card sample
#aebdf0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebdf0;
Background color
Panel with #aebdf0 background
background-color: #aebdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebdf0; background: linear-gradient(135deg, #aebdf0, #CBAEF0);