#adb6c9
a light, soft blue · cool · closest name: silver
RGB
173, 182, 201
HSL
221°, 21%, 73%
CMYK
14, 10, 0, 21
Luminance
0.4656
Every format
| HEX | #adb6c9 |
| RGB | rgb(173, 182, 201) |
| HSL | hsl(221, 21%, 73%) |
| CMYK | cmyk(14%, 10%, 0%, 21%) |
| LAB | lab(73.9 0.7 -10.7) |
| LCH | lch(73.9 10.7 273.9) |
| OKLCH | oklch(0.775 0.029 265.4) |
Copy-ready code
/* CSS */
color: #adb6c9;
background-color: #adb6c9;
/* Tailwind (arbitrary) */
class="text-[#adb6c9] bg-[#adb6c9]"
/* SCSS */
$brand: #adb6c9;
/* SwiftUI */
Color(red: 0.678, green: 0.714, blue: 0.788)
/* Android */
Color.parseColor("#adb6c9")Accessibility — WCAG contrast
Aa
#adb6c9 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb6c9 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green71.4%
Blue78.8%
CMYK percentages
Cyan13.9%
Magenta9.5%
Yellow0.0%
Key (black)21.2%
Color previews
#adb6c9 text on a black background
contrast 10.31:1
Card sample
#adb6c9 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb6c9;
Background color
Panel with #adb6c9 background
background-color: #adb6c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb6c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 182, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 182, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb6c9; background: linear-gradient(135deg, #adb6c9, #B7ADC9);