#adb2c2
a light, muted blue · warm · closest name: silver
RGB
173, 178, 194
HSL
226°, 15%, 72%
CMYK
11, 8, 0, 24
Luminance
0.4462
Every format
| HEX | #adb2c2 |
| RGB | rgb(173, 178, 194) |
| HSL | hsl(226, 15%, 72%) |
| CMYK | cmyk(11%, 8%, 0%, 24%) |
| LAB | lab(72.6 1.4 -8.7) |
| LCH | lch(72.6 8.8 279.4) |
| OKLCH | oklch(0.765 0.024 272.0) |
Copy-ready code
/* CSS */
color: #adb2c2;
background-color: #adb2c2;
/* Tailwind (arbitrary) */
class="text-[#adb2c2] bg-[#adb2c2]"
/* SCSS */
$brand: #adb2c2;
/* SwiftUI */
Color(red: 0.678, green: 0.698, blue: 0.761)
/* Android */
Color.parseColor("#adb2c2")Accessibility — WCAG contrast
Aa
#adb2c2 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb2c2 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green69.8%
Blue76.1%
CMYK percentages
Cyan10.8%
Magenta8.2%
Yellow0.0%
Key (black)23.9%
Color previews
#adb2c2 text on a black background
contrast 9.92:1
Card sample
#adb2c2 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb2c2;
Background color
Panel with #adb2c2 background
background-color: #adb2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 178, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 178, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb2c2; background: linear-gradient(135deg, #adb2c2, #B6ADC2);