#adbbc2
a light, muted blue · cool · closest name: silver
RGB
173, 187, 194
HSL
200°, 15%, 72%
CMYK
11, 4, 0, 24
Luminance
0.4832
Every format
| HEX | #adbbc2 |
| RGB | rgb(173, 187, 194) |
| HSL | hsl(200, 15%, 72%) |
| CMYK | cmyk(11%, 4%, 0%, 24%) |
| LAB | lab(75.0 -3.4 -5.2) |
| LCH | lch(75.0 6.2 236.6) |
| OKLCH | oklch(0.783 0.018 229.1) |
Copy-ready code
/* CSS */
color: #adbbc2;
background-color: #adbbc2;
/* Tailwind (arbitrary) */
class="text-[#adbbc2] bg-[#adbbc2]"
/* SCSS */
$brand: #adbbc2;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#adbbc2")Accessibility — WCAG contrast
Aa
#adbbc2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbc2 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue76.1%
CMYK percentages
Cyan10.8%
Magenta3.6%
Yellow0.0%
Key (black)23.9%
Color previews
#adbbc2 text on a black background
contrast 10.66:1
Card sample
#adbbc2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbc2;
Background color
Panel with #adbbc2 background
background-color: #adbbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbc2; background: linear-gradient(135deg, #adbbc2, #ADADC2);