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