#adbace
a light, soft blue · cool · closest name: silver
RGB
173, 186, 206
HSL
216°, 25%, 74%
CMYK
16, 10, 0, 19
Luminance
0.4846
Every format
| HEX | #adbace |
| RGB | rgb(173, 186, 206) |
| HSL | hsl(216, 25%, 74%) |
| CMYK | cmyk(16%, 10%, 0%, 19%) |
| LAB | lab(75.1 -0.4 -11.6) |
| LCH | lch(75.1 11.6 268.2) |
| OKLCH | oklch(0.785 0.032 258.9) |
Copy-ready code
/* CSS */
color: #adbace;
background-color: #adbace;
/* Tailwind (arbitrary) */
class="text-[#adbace] bg-[#adbace]"
/* SCSS */
$brand: #adbace;
/* SwiftUI */
Color(red: 0.678, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#adbace")Accessibility — WCAG contrast
Aa
#adbace on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbace on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green72.9%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#adbace text on a black background
contrast 10.69:1
Card sample
#adbace text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbace;
Background color
Panel with #adbace background
background-color: #adbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbace; background: linear-gradient(135deg, #adbace, #B6ADCE);