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