#aeb9da
a light, soft blue · warm · closest name: silver
RGB
174, 185, 218
HSL
225°, 37%, 77%
CMYK
20, 15, 0, 15
Luminance
0.4876
Every format
| HEX | #aeb9da |
| RGB | rgb(174, 185, 218) |
| HSL | hsl(225, 37%, 77%) |
| CMYK | cmyk(20%, 15%, 0%, 15%) |
| LAB | lab(75.3 3.1 -17.8) |
| LCH | lch(75.3 18.1 280.0) |
| OKLCH | oklch(0.788 0.049 270.7) |
Copy-ready code
/* CSS */
color: #aeb9da;
background-color: #aeb9da;
/* Tailwind (arbitrary) */
class="text-[#aeb9da] bg-[#aeb9da]"
/* SCSS */
$brand: #aeb9da;
/* SwiftUI */
Color(red: 0.682, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#aeb9da")Accessibility — WCAG contrast
Aa
#aeb9da on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb9da on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.5%
Blue85.5%
CMYK percentages
Cyan20.2%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#aeb9da text on a black background
contrast 10.75:1
Card sample
#aeb9da text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb9da;
Background color
Panel with #aeb9da background
background-color: #aeb9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb9da; background: linear-gradient(135deg, #aeb9da, #C0AEDA);