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