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