#aaa4f4
a light, electric blue · warm · closest name: plum
RGB
170, 164, 244
HSL
245°, 78%, 80%
CMYK
30, 33, 0, 4
Luminance
0.4163
Every format
| HEX | #aaa4f4 |
| RGB | rgb(170, 164, 244) |
| HSL | hsl(245, 78%, 80%) |
| CMYK | cmyk(30%, 33%, 0%, 4%) |
| LAB | lab(70.6 19.7 -39.2) |
| LCH | lch(70.6 43.9 296.7) |
| OKLCH | oklch(0.754 0.114 286.8) |
Copy-ready code
/* CSS */
color: #aaa4f4;
background-color: #aaa4f4;
/* Tailwind (arbitrary) */
class="text-[#aaa4f4] bg-[#aaa4f4]"
/* SCSS */
$brand: #aaa4f4;
/* SwiftUI */
Color(red: 0.667, green: 0.643, blue: 0.957)
/* Android */
Color.parseColor("#aaa4f4")Accessibility — WCAG contrast
Aa
#aaa4f4 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa4f4 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green64.3%
Blue95.7%
CMYK percentages
Cyan30.3%
Magenta32.8%
Yellow0.0%
Key (black)4.3%
Color previews
#aaa4f4 text on a black background
contrast 9.33:1
Card sample
#aaa4f4 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa4f4;
Background color
Panel with #aaa4f4 background
background-color: #aaa4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 164, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 164, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa4f4; background: linear-gradient(135deg, #aaa4f4, #DFA4F4);