#aebcf2
a light, vivid blue · warm · closest name: skyblue
RGB
174, 188, 242
HSL
228°, 72%, 82%
CMYK
28, 22, 0, 5
Luminance
0.5138
Every format
| HEX | #aebcf2 |
| RGB | rgb(174, 188, 242) |
| HSL | hsl(228, 72%, 82%) |
| CMYK | cmyk(28%, 22%, 0%, 5%) |
| LAB | lab(76.9 7.1 -28.3) |
| LCH | lch(76.9 29.2 284.0) |
| OKLCH | oklch(0.803 0.078 273.2) |
Copy-ready code
/* CSS */
color: #aebcf2;
background-color: #aebcf2;
/* Tailwind (arbitrary) */
class="text-[#aebcf2] bg-[#aebcf2]"
/* SCSS */
$brand: #aebcf2;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#aebcf2")Accessibility — WCAG contrast
Aa
#aebcf2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebcf2 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue94.9%
CMYK percentages
Cyan28.1%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#aebcf2 text on a black background
contrast 11.28:1
Card sample
#aebcf2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebcf2;
Background color
Panel with #aebcf2 background
background-color: #aebcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebcf2; background: linear-gradient(135deg, #aebcf2, #CDAEF2);