#aeb8df
a light, soft blue · warm · closest name: lavender
RGB
174, 184, 223
HSL
228°, 43%, 78%
CMYK
22, 18, 0, 13
Luminance
0.4861
Every format
| HEX | #aeb8df |
| RGB | rgb(174, 184, 223) |
| HSL | hsl(228, 43%, 78%) |
| CMYK | cmyk(22%, 18%, 0%, 13%) |
| LAB | lab(75.2 4.8 -20.7) |
| LCH | lch(75.2 21.2 283.1) |
| OKLCH | oklch(0.788 0.057 273.8) |
Copy-ready code
/* CSS */
color: #aeb8df;
background-color: #aeb8df;
/* Tailwind (arbitrary) */
class="text-[#aeb8df] bg-[#aeb8df]"
/* SCSS */
$brand: #aeb8df;
/* SwiftUI */
Color(red: 0.682, green: 0.722, blue: 0.875)
/* Android */
Color.parseColor("#aeb8df")Accessibility — WCAG contrast
Aa
#aeb8df on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb8df on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green72.2%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta17.5%
Yellow0.0%
Key (black)12.5%
Color previews
#aeb8df text on a black background
contrast 10.72:1
Card sample
#aeb8df text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb8df;
Background color
Panel with #aeb8df background
background-color: #aeb8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 184, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 184, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb8df; background: linear-gradient(135deg, #aeb8df, #C5AEDF);