#adbccf
a light, soft blue · cool · closest name: silver
RGB
173, 188, 207
HSL
214°, 26%, 75%
CMYK
16, 9, 0, 19
Luminance
0.4936
Every format
| HEX | #adbccf |
| RGB | rgb(173, 188, 207) |
| HSL | hsl(214, 26%, 75%) |
| CMYK | cmyk(16%, 9%, 0%, 19%) |
| LAB | lab(75.7 -1.2 -11.3) |
| LCH | lch(75.7 11.4 263.8) |
| OKLCH | oklch(0.790 0.032 254.4) |
Copy-ready code
/* CSS */
color: #adbccf;
background-color: #adbccf;
/* Tailwind (arbitrary) */
class="text-[#adbccf] bg-[#adbccf]"
/* SCSS */
$brand: #adbccf;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#adbccf")Accessibility — WCAG contrast
Aa
#adbccf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbccf on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#adbccf text on a black background
contrast 10.87:1
Card sample
#adbccf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbccf;
Background color
Panel with #adbccf background
background-color: #adbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbccf; background: linear-gradient(135deg, #adbccf, #B5ADCF);