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