#adb3cf
a light, soft blue · warm · closest name: silver
RGB
173, 179, 207
HSL
229°, 26%, 75%
CMYK
16, 14, 0, 19
Luminance
0.4563
Every format
| HEX | #adb3cf |
| RGB | rgb(173, 179, 207) |
| HSL | hsl(229, 26%, 75%) |
| CMYK | cmyk(16%, 14%, 0%, 19%) |
| LAB | lab(73.3 3.6 -14.8) |
| LCH | lch(73.3 15.3 283.8) |
| OKLCH | oklch(0.771 0.041 275.9) |
Copy-ready code
/* CSS */
color: #adb3cf;
background-color: #adb3cf;
/* Tailwind (arbitrary) */
class="text-[#adb3cf] bg-[#adb3cf]"
/* SCSS */
$brand: #adb3cf;
/* SwiftUI */
Color(red: 0.678, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#adb3cf")Accessibility — WCAG contrast
Aa
#adb3cf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb3cf on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green70.2%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#adb3cf text on a black background
contrast 10.13:1
Card sample
#adb3cf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb3cf;
Background color
Panel with #adb3cf background
background-color: #adb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb3cf; background: linear-gradient(135deg, #adb3cf, #BEADCF);