#aaaefd
a light, electric blue · warm · closest name: plum
RGB
170, 174, 253
HSL
237°, 95%, 83%
CMYK
33, 31, 0, 1
Luminance
0.4591
Every format
| HEX | #aaaefd |
| RGB | rgb(170, 174, 253) |
| HSL | hsl(237, 95%, 83%) |
| CMYK | cmyk(33%, 31%, 0%, 1%) |
| LAB | lab(73.5 16.4 -39.6) |
| LCH | lch(73.5 42.8 292.5) |
| OKLCH | oklch(0.778 0.112 281.2) |
Copy-ready code
/* CSS */
color: #aaaefd;
background-color: #aaaefd;
/* Tailwind (arbitrary) */
class="text-[#aaaefd] bg-[#aaaefd]"
/* SCSS */
$brand: #aaaefd;
/* SwiftUI */
Color(red: 0.667, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#aaaefd")Accessibility — WCAG contrast
Aa
#aaaefd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaefd on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green68.2%
Blue99.2%
CMYK percentages
Cyan32.8%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#aaaefd text on a black background
contrast 10.18:1
Card sample
#aaaefd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaefd;
Background color
Panel with #aaaefd background
background-color: #aaaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaefd; background: linear-gradient(135deg, #aaaefd, #DDAAFD);