#aeb3fd
a light, electric blue · warm · closest name: plum
RGB
174, 179, 253
HSL
236°, 95%, 84%
CMYK
31, 29, 0, 1
Luminance
0.4833
Every format
| HEX | #aeb3fd |
| RGB | rgb(174, 179, 253) |
| HSL | hsl(236, 95%, 84%) |
| CMYK | cmyk(31%, 29%, 0%, 1%) |
| LAB | lab(75.0 14.7 -37.1) |
| LCH | lch(75.0 40.0 291.6) |
| OKLCH | oklch(0.790 0.105 280.7) |
Copy-ready code
/* CSS */
color: #aeb3fd;
background-color: #aeb3fd;
/* Tailwind (arbitrary) */
class="text-[#aeb3fd] bg-[#aeb3fd]"
/* SCSS */
$brand: #aeb3fd;
/* SwiftUI */
Color(red: 0.682, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#aeb3fd")Accessibility — WCAG contrast
Aa
#aeb3fd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb3fd on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green70.2%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#aeb3fd text on a black background
contrast 10.67:1
Card sample
#aeb3fd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb3fd;
Background color
Panel with #aeb3fd background
background-color: #aeb3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb3fd; background: linear-gradient(135deg, #aeb3fd, #DEAEFD);