#aeb2db
a light, soft blue · warm · closest name: lavender
RGB
174, 178, 219
HSL
235°, 39%, 77%
CMYK
21, 19, 0, 14
Luminance
0.4595
Every format
| HEX | #aeb2db |
| RGB | rgb(174, 178, 219) |
| HSL | hsl(235, 39%, 77%) |
| CMYK | cmyk(21%, 19%, 0%, 14%) |
| LAB | lab(73.5 7.2 -21.1) |
| LCH | lch(73.5 22.3 288.8) |
| OKLCH | oklch(0.774 0.059 280.6) |
Copy-ready code
/* CSS */
color: #aeb2db;
background-color: #aeb2db;
/* Tailwind (arbitrary) */
class="text-[#aeb2db] bg-[#aeb2db]"
/* SCSS */
$brand: #aeb2db;
/* SwiftUI */
Color(red: 0.682, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#aeb2db")Accessibility — WCAG contrast
Aa
#aeb2db on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb2db on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green69.8%
Blue85.9%
CMYK percentages
Cyan20.5%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#aeb2db text on a black background
contrast 10.19:1
Card sample
#aeb2db text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb2db;
Background color
Panel with #aeb2db background
background-color: #aeb2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb2db; background: linear-gradient(135deg, #aeb2db, #C8AEDB);