#aeb2eb
a light, vivid blue · warm · closest name: plum
RGB
174, 178, 235
HSL
236°, 60%, 80%
CMYK
26, 24, 0, 8
Luminance
0.4684
Every format
| HEX | #aeb2eb |
| RGB | rgb(174, 178, 235) |
| HSL | hsl(236, 60%, 80%) |
| CMYK | cmyk(26%, 24%, 0%, 8%) |
| LAB | lab(74.1 10.9 -28.9) |
| LCH | lch(74.1 30.9 290.7) |
| OKLCH | oklch(0.781 0.081 281.2) |
Copy-ready code
/* CSS */
color: #aeb2eb;
background-color: #aeb2eb;
/* Tailwind (arbitrary) */
class="text-[#aeb2eb] bg-[#aeb2eb]"
/* SCSS */
$brand: #aeb2eb;
/* SwiftUI */
Color(red: 0.682, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#aeb2eb")Accessibility — WCAG contrast
Aa
#aeb2eb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb2eb on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green69.8%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#aeb2eb text on a black background
contrast 10.37:1
Card sample
#aeb2eb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb2eb;
Background color
Panel with #aeb2eb background
background-color: #aeb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb2eb; background: linear-gradient(135deg, #aeb2eb, #D3AEEB);