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