#aaa3f9
a light, electric blue · warm · closest name: plum
RGB
170, 163, 249
HSL
245°, 88%, 81%
CMYK
32, 35, 0, 2
Luminance
0.4158
Every format
| HEX | #aaa3f9 |
| RGB | rgb(170, 163, 249) |
| HSL | hsl(245, 88%, 81%) |
| CMYK | cmyk(32%, 35%, 0%, 2%) |
| LAB | lab(70.6 21.6 -42.0) |
| LCH | lch(70.6 47.2 297.2) |
| OKLCH | oklch(0.755 0.122 286.8) |
Copy-ready code
/* CSS */
color: #aaa3f9;
background-color: #aaa3f9;
/* Tailwind (arbitrary) */
class="text-[#aaa3f9] bg-[#aaa3f9]"
/* SCSS */
$brand: #aaa3f9;
/* SwiftUI */
Color(red: 0.667, green: 0.639, blue: 0.976)
/* Android */
Color.parseColor("#aaa3f9")Accessibility — WCAG contrast
Aa
#aaa3f9 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa3f9 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.9%
Blue97.6%
CMYK percentages
Cyan31.7%
Magenta34.5%
Yellow0.0%
Key (black)2.4%
Color previews
#aaa3f9 text on a black background
contrast 9.32:1
Card sample
#aaa3f9 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa3f9;
Background color
Panel with #aaa3f9 background
background-color: #aaa3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 163, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 163, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa3f9; background: linear-gradient(135deg, #aaa3f9, #E3A3F9);