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