#adbccc
a light, soft blue · cool · closest name: silver
RGB
173, 188, 204
HSL
211°, 23%, 74%
CMYK
15, 8, 0, 20
Luminance
0.4921
Every format
| HEX | #adbccc |
| RGB | rgb(173, 188, 204) |
| HSL | hsl(211, 23%, 74%) |
| CMYK | cmyk(15%, 8%, 0%, 20%) |
| LAB | lab(75.6 -1.9 -9.8) |
| LCH | lch(75.6 10.0 259.3) |
| OKLCH | oklch(0.789 0.028 249.9) |
Copy-ready code
/* CSS */
color: #adbccc;
background-color: #adbccc;
/* Tailwind (arbitrary) */
class="text-[#adbccc] bg-[#adbccc]"
/* SCSS */
$brand: #adbccc;
/* SwiftUI */
Color(red: 0.678, green: 0.737, blue: 0.800)
/* Android */
Color.parseColor("#adbccc")Accessibility — WCAG contrast
Aa
#adbccc on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbccc on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.7%
Blue80.0%
CMYK percentages
Cyan15.2%
Magenta7.8%
Yellow0.0%
Key (black)20.0%
Color previews
#adbccc text on a black background
contrast 10.84:1
Card sample
#adbccc text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbccc;
Background color
Panel with #adbccc background
background-color: #adbccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 188, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 188, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbccc; background: linear-gradient(135deg, #adbccc, #B3ADCC);