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