#adb0cf
a light, soft blue · warm · closest name: silver
RGB
173, 176, 207
HSL
235°, 26%, 75%
CMYK
16, 15, 0, 19
Luminance
0.4444
Every format
| HEX | #adb0cf |
| RGB | rgb(173, 176, 207) |
| HSL | hsl(235, 26%, 75%) |
| CMYK | cmyk(16%, 15%, 0%, 19%) |
| LAB | lab(72.5 5.3 -16.0) |
| LCH | lch(72.5 16.9 288.3) |
| OKLCH | oklch(0.765 0.044 280.9) |
Copy-ready code
/* CSS */
color: #adb0cf;
background-color: #adb0cf;
/* Tailwind (arbitrary) */
class="text-[#adb0cf] bg-[#adb0cf]"
/* SCSS */
$brand: #adb0cf;
/* SwiftUI */
Color(red: 0.678, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#adb0cf")Accessibility — WCAG contrast
Aa
#adb0cf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb0cf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green69.0%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#adb0cf text on a black background
contrast 9.89:1
Card sample
#adb0cf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb0cf;
Background color
Panel with #adb0cf background
background-color: #adb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb0cf; background: linear-gradient(135deg, #adb0cf, #C1ADCF);