#adbccb
a light, soft blue · cool · closest name: silver
RGB
173, 188, 203
HSL
210°, 22%, 74%
CMYK
15, 7, 0, 20
Luminance
0.4916
Every format
| HEX | #adbccb |
| RGB | rgb(173, 188, 203) |
| HSL | hsl(210, 22%, 74%) |
| CMYK | cmyk(15%, 7%, 0%, 20%) |
| LAB | lab(75.5 -2.1 -9.3) |
| LCH | lch(75.5 9.5 257.5) |
| OKLCH | oklch(0.788 0.027 248.2) |
Copy-ready code
/* CSS */
color: #adbccb;
background-color: #adbccb;
/* Tailwind (arbitrary) */
class="text-[#adbccb] bg-[#adbccb]"
/* SCSS */
$brand: #adbccb;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.796)
/* Android */
Color.parseColor("#adbccb")Accessibility — WCAG contrast
Aa
#adbccb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbccb on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta7.4%
Yellow0.0%
Key (black)20.4%
Color previews
#adbccb text on a black background
contrast 10.83:1
Card sample
#adbccb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbccb;
Background color
Panel with #adbccb background
background-color: #adbccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbccb; background: linear-gradient(135deg, #adbccb, #B2ADCB);