#adb9cf
a light, soft blue · cool · closest name: silver
RGB
173, 185, 207
HSL
219°, 26%, 75%
CMYK
16, 11, 0, 19
Luminance
0.4809
Every format
| HEX | #adb9cf |
| RGB | rgb(173, 185, 207) |
| HSL | hsl(219, 26%, 75%) |
| CMYK | cmyk(16%, 11%, 0%, 19%) |
| LAB | lab(74.9 0.4 -12.5) |
| LCH | lch(74.9 12.5 271.8) |
| OKLCH | oklch(0.783 0.034 262.7) |
Copy-ready code
/* CSS */
color: #adb9cf;
background-color: #adb9cf;
/* Tailwind (arbitrary) */
class="text-[#adb9cf] bg-[#adb9cf]"
/* SCSS */
$brand: #adb9cf;
/* SwiftUI */
Color(red: 0.678, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#adb9cf")Accessibility — WCAG contrast
Aa
#adb9cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb9cf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.5%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#adb9cf text on a black background
contrast 10.62:1
Card sample
#adb9cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb9cf;
Background color
Panel with #adb9cf background
background-color: #adb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb9cf; background: linear-gradient(135deg, #adb9cf, #B8ADCF);