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