#adbbce
a light, soft blue · cool · closest name: silver
RGB
173, 187, 206
HSL
215°, 25%, 74%
CMYK
16, 9, 0, 19
Luminance
0.4888
Every format
| HEX | #adbbce |
| RGB | rgb(173, 187, 206) |
| HSL | hsl(215, 25%, 74%) |
| CMYK | cmyk(16%, 9%, 0%, 19%) |
| LAB | lab(75.4 -0.9 -11.2) |
| LCH | lch(75.4 11.2 265.4) |
| OKLCH | oklch(0.787 0.031 256.0) |
Copy-ready code
/* CSS */
color: #adbbce;
background-color: #adbbce;
/* Tailwind (arbitrary) */
class="text-[#adbbce] bg-[#adbbce]"
/* SCSS */
$brand: #adbbce;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.808)
/* Android */
Color.parseColor("#adbbce")Accessibility — WCAG contrast
Aa
#adbbce on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbce on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta9.2%
Yellow0.0%
Key (black)19.2%
Color previews
#adbbce text on a black background
contrast 10.78:1
Card sample
#adbbce text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbce;
Background color
Panel with #adbbce background
background-color: #adbbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbce; background: linear-gradient(135deg, #adbbce, #B5ADCE);