#adbfc2
a light, muted cyan · cool · closest name: silver
RGB
173, 191, 194
HSL
189°, 15%, 72%
CMYK
11, 2, 0, 24
Luminance
0.5004
Every format
| HEX | #adbfc2 |
| RGB | rgb(173, 191, 194) |
| HSL | hsl(189, 15%, 72%) |
| CMYK | cmyk(11%, 2%, 0%, 24%) |
| LAB | lab(76.1 -5.5 -3.6) |
| LCH | lch(76.1 6.6 213.1) |
| OKLCH | oklch(0.792 0.020 208.7) |
Copy-ready code
/* CSS */
color: #adbfc2;
background-color: #adbfc2;
/* Tailwind (arbitrary) */
class="text-[#adbfc2] bg-[#adbfc2]"
/* SCSS */
$brand: #adbfc2;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#adbfc2")Accessibility — WCAG contrast
Aa
#adbfc2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfc2 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue76.1%
CMYK percentages
Cyan10.8%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#adbfc2 text on a black background
contrast 11.01:1
Card sample
#adbfc2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfc2;
Background color
Panel with #adbfc2 background
background-color: #adbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfc2; background: linear-gradient(135deg, #adbfc2, #ADB1C2);