#aaaacc
a light, soft blue · warm · closest name: silver
RGB
170, 170, 204
HSL
240°, 25%, 73%
CMYK
17, 17, 0, 20
Luminance
0.4166
Every format
| HEX | #aaaacc |
| RGB | rgb(170, 170, 204) |
| HSL | hsl(240, 25%, 73%) |
| CMYK | cmyk(17%, 17%, 0%, 20%) |
| LAB | lab(70.6 7.0 -17.3) |
| LCH | lch(70.6 18.6 292.0) |
| OKLCH | oklch(0.749 0.049 285.2) |
Copy-ready code
/* CSS */
color: #aaaacc;
background-color: #aaaacc;
/* Tailwind (arbitrary) */
class="text-[#aaaacc] bg-[#aaaacc]"
/* SCSS */
$brand: #aaaacc;
/* SwiftUI */
Color(red: 0.667, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#aaaacc")Accessibility — WCAG contrast
Aa
#aaaacc on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaacc on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green66.7%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#aaaacc text on a black background
contrast 9.33:1
Card sample
#aaaacc text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaacc;
Background color
Panel with #aaaacc background
background-color: #aaaacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaacc; background: linear-gradient(135deg, #aaaacc, #C1AACC);