#adb0ce
a light, soft blue · warm · closest name: silver
RGB
173, 176, 206
HSL
235°, 25%, 74%
CMYK
16, 15, 0, 19
Luminance
0.4439
Every format
| HEX | #adb0ce |
| RGB | rgb(173, 176, 206) |
| HSL | hsl(235, 25%, 74%) |
| CMYK | cmyk(16%, 15%, 0%, 19%) |
| LAB | lab(72.5 5.1 -15.5) |
| LCH | lch(72.5 16.3 288.1) |
| OKLCH | oklch(0.765 0.043 280.8) |
Copy-ready code
/* CSS */
color: #adb0ce;
background-color: #adb0ce;
/* Tailwind (arbitrary) */
class="text-[#adb0ce] bg-[#adb0ce]"
/* SCSS */
$brand: #adb0ce;
/* SwiftUI */
Color(red: 0.678, green: 0.690, blue: 0.808)
/* Android */
Color.parseColor("#adb0ce")Accessibility — WCAG contrast
Aa
#adb0ce on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb0ce on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green69.0%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta14.6%
Yellow0.0%
Key (black)19.2%
Color previews
#adb0ce text on a black background
contrast 9.88:1
Card sample
#adb0ce text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb0ce;
Background color
Panel with #adb0ce background
background-color: #adb0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 176, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 176, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb0ce; background: linear-gradient(135deg, #adb0ce, #C0ADCE);