#aaa2f6
a light, electric blue · warm · closest name: plum
RGB
170, 162, 246
HSL
246°, 82%, 80%
CMYK
31, 34, 0, 4
Luminance
0.4104
Every format
| HEX | #aaa2f6 |
| RGB | rgb(170, 162, 246) |
| HSL | hsl(246, 82%, 80%) |
| CMYK | cmyk(31%, 34%, 0%, 4%) |
| LAB | lab(70.2 21.4 -40.9) |
| LCH | lch(70.2 46.1 297.6) |
| OKLCH | oklch(0.751 0.120 287.5) |
Copy-ready code
/* CSS */
color: #aaa2f6;
background-color: #aaa2f6;
/* Tailwind (arbitrary) */
class="text-[#aaa2f6] bg-[#aaa2f6]"
/* SCSS */
$brand: #aaa2f6;
/* SwiftUI */
Color(red: 0.667, green: 0.635, blue: 0.965)
/* Android */
Color.parseColor("#aaa2f6")Accessibility — WCAG contrast
Aa
#aaa2f6 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa2f6 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.5%
Blue96.5%
CMYK percentages
Cyan30.9%
Magenta34.1%
Yellow0.0%
Key (black)3.5%
Color previews
#aaa2f6 text on a black background
contrast 9.21:1
Card sample
#aaa2f6 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa2f6;
Background color
Panel with #aaa2f6 background
background-color: #aaa2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 162, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 162, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa2f6; background: linear-gradient(135deg, #aaa2f6, #E2A2F6);