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