#adb4ce
a light, soft blue · warm · closest name: silver
RGB
173, 180, 206
HSL
227°, 25%, 74%
CMYK
16, 13, 0, 19
Luminance
0.4598
Every format
| HEX | #adb4ce |
| RGB | rgb(173, 180, 206) |
| HSL | hsl(227, 25%, 74%) |
| CMYK | cmyk(16%, 13%, 0%, 19%) |
| LAB | lab(73.5 2.9 -13.9) |
| LCH | lch(73.5 14.3 281.7) |
| OKLCH | oklch(0.773 0.038 273.6) |
Copy-ready code
/* CSS */
color: #adb4ce;
background-color: #adb4ce;
/* Tailwind (arbitrary) */
class="text-[#adb4ce] bg-[#adb4ce]"
/* SCSS */
$brand: #adb4ce;
/* SwiftUI */
Color(red: 0.678, green: 0.706, blue: 0.808)
/* Android */
Color.parseColor("#adb4ce")Accessibility — WCAG contrast
Aa
#adb4ce on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb4ce on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green70.6%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta12.6%
Yellow0.0%
Key (black)19.2%
Color previews
#adb4ce text on a black background
contrast 10.20:1
Card sample
#adb4ce text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb4ce;
Background color
Panel with #adb4ce background
background-color: #adb4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 180, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 180, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb4ce; background: linear-gradient(135deg, #adb4ce, #BCADCE);