#aeb2df
a light, soft blue · warm · closest name: lavender
RGB
174, 178, 223
HSL
235°, 43%, 78%
CMYK
22, 20, 0, 13
Luminance
0.4617
Every format
| HEX | #aeb2df |
| RGB | rgb(174, 178, 223) |
| HSL | hsl(235, 43%, 78%) |
| CMYK | cmyk(22%, 20%, 0%, 13%) |
| LAB | lab(73.7 8.1 -23.0) |
| LCH | lch(73.7 24.4 289.4) |
| OKLCH | oklch(0.776 0.064 280.8) |
Copy-ready code
/* CSS */
color: #aeb2df;
background-color: #aeb2df;
/* Tailwind (arbitrary) */
class="text-[#aeb2df] bg-[#aeb2df]"
/* SCSS */
$brand: #aeb2df;
/* SwiftUI */
Color(red: 0.682, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#aeb2df")Accessibility — WCAG contrast
Aa
#aeb2df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb2df on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green69.8%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#aeb2df text on a black background
contrast 10.23:1
Card sample
#aeb2df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb2df;
Background color
Panel with #aeb2df background
background-color: #aeb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb2df; background: linear-gradient(135deg, #aeb2df, #CBAEDF);