#aaaabb
a light, muted blue · warm · closest name: silver
RGB
170, 170, 187
HSL
240°, 11%, 70%
CMYK
9, 9, 0, 27
Luminance
0.4088
Every format
| HEX | #aaaabb |
| RGB | rgb(170, 170, 187) |
| HSL | hsl(240, 11%, 70%) |
| CMYK | cmyk(9%, 9%, 0%, 27%) |
| LAB | lab(70.1 3.4 -8.7) |
| LCH | lch(70.1 9.3 291.1) |
| OKLCH | oklch(0.743 0.024 285.8) |
Copy-ready code
/* CSS */
color: #aaaabb;
background-color: #aaaabb;
/* Tailwind (arbitrary) */
class="text-[#aaaabb] bg-[#aaaabb]"
/* SCSS */
$brand: #aaaabb;
/* SwiftUI */
Color(red: 0.667, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#aaaabb")Accessibility — WCAG contrast
Aa
#aaaabb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaabb on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green66.7%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#aaaabb text on a black background
contrast 9.18:1
Card sample
#aaaabb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaabb;
Background color
Panel with #aaaabb background
background-color: #aaaabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaabb; background: linear-gradient(135deg, #aaaabb, #B5AABB);