#aeabeb
a light, vivid blue · warm · closest name: plum
RGB
174, 171, 235
HSL
243°, 62%, 80%
CMYK
26, 27, 0, 8
Luminance
0.4412
Every format
| HEX | #aeabeb |
| RGB | rgb(174, 171, 235) |
| HSL | hsl(243, 62%, 80%) |
| CMYK | cmyk(26%, 27%, 0%, 8%) |
| LAB | lab(72.3 14.8 -31.6) |
| LCH | lch(72.3 34.9 295.0) |
| OKLCH | oklch(0.767 0.091 286.2) |
Copy-ready code
/* CSS */
color: #aeabeb;
background-color: #aeabeb;
/* Tailwind (arbitrary) */
class="text-[#aeabeb] bg-[#aeabeb]"
/* SCSS */
$brand: #aeabeb;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#aeabeb")Accessibility — WCAG contrast
Aa
#aeabeb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabeb on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#aeabeb text on a black background
contrast 9.82:1
Card sample
#aeabeb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabeb;
Background color
Panel with #aeabeb background
background-color: #aeabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabeb; background: linear-gradient(135deg, #aeabeb, #D9ABEB);