#adbacf
a light, soft blue · cool · closest name: silver
RGB
173, 186, 207
HSL
217°, 26%, 75%
CMYK
16, 10, 0, 19
Luminance
0.4851
Every format
| HEX | #adbacf |
| RGB | rgb(173, 186, 207) |
| HSL | hsl(217, 26%, 75%) |
| CMYK | cmyk(16%, 10%, 0%, 19%) |
| LAB | lab(75.1 -0.1 -12.1) |
| LCH | lch(75.1 12.1 269.3) |
| OKLCH | oklch(0.786 0.033 260.0) |
Copy-ready code
/* CSS */
color: #adbacf;
background-color: #adbacf;
/* Tailwind (arbitrary) */
class="text-[#adbacf] bg-[#adbacf]"
/* SCSS */
$brand: #adbacf;
/* SwiftUI */
Color(red: 0.678, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#adbacf")Accessibility — WCAG contrast
Aa
#adbacf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbacf on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.9%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#adbacf text on a black background
contrast 10.70:1
Card sample
#adbacf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbacf;
Background color
Panel with #adbacf background
background-color: #adbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbacf; background: linear-gradient(135deg, #adbacf, #B7ADCF);