#aeb0eb
a light, vivid blue · warm · closest name: plum
RGB
174, 176, 235
HSL
238°, 60%, 80%
CMYK
26, 25, 0, 8
Luminance
0.4605
Every format
| HEX | #aeb0eb |
| RGB | rgb(174, 176, 235) |
| HSL | hsl(238, 60%, 80%) |
| CMYK | cmyk(26%, 25%, 0%, 8%) |
| LAB | lab(73.6 12.0 -29.7) |
| LCH | lch(73.6 32.0 292.0) |
| OKLCH | oklch(0.777 0.084 282.7) |
Copy-ready code
/* CSS */
color: #aeb0eb;
background-color: #aeb0eb;
/* Tailwind (arbitrary) */
class="text-[#aeb0eb] bg-[#aeb0eb]"
/* SCSS */
$brand: #aeb0eb;
/* SwiftUI */
Color(red: 0.682, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#aeb0eb")Accessibility — WCAG contrast
Aa
#aeb0eb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb0eb on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green69.0%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#aeb0eb text on a black background
contrast 10.21:1
Card sample
#aeb0eb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb0eb;
Background color
Panel with #aeb0eb background
background-color: #aeb0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb0eb; background: linear-gradient(135deg, #aeb0eb, #D5AEEB);