#adb5cf
a light, soft blue · warm · closest name: silver
RGB
173, 181, 207
HSL
226°, 26%, 75%
CMYK
16, 13, 0, 19
Luminance
0.4644
Every format
| HEX | #adb5cf |
| RGB | rgb(173, 181, 207) |
| HSL | hsl(226, 26%, 75%) |
| CMYK | cmyk(16%, 13%, 0%, 19%) |
| LAB | lab(73.8 2.6 -14.1) |
| LCH | lch(73.8 14.3 280.3) |
| OKLCH | oklch(0.775 0.038 271.9) |
Copy-ready code
/* CSS */
color: #adb5cf;
background-color: #adb5cf;
/* Tailwind (arbitrary) */
class="text-[#adb5cf] bg-[#adb5cf]"
/* SCSS */
$brand: #adb5cf;
/* SwiftUI */
Color(red: 0.678, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#adb5cf")Accessibility — WCAG contrast
Aa
#adb5cf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb5cf on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green71.0%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#adb5cf text on a black background
contrast 10.29:1
Card sample
#adb5cf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb5cf;
Background color
Panel with #adb5cf background
background-color: #adb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb5cf; background: linear-gradient(135deg, #adb5cf, #BCADCF);