#adc9cf
a light, soft cyan · cool · closest name: silver
RGB
173, 201, 207
HSL
191°, 26%, 75%
CMYK
16, 3, 0, 19
Luminance
0.5516
Every format
| HEX | #adc9cf |
| RGB | rgb(173, 201, 207) |
| HSL | hsl(191, 26%, 75%) |
| CMYK | cmyk(16%, 3%, 0%, 19%) |
| LAB | lab(79.1 -8.1 -6.1) |
| LCH | lch(79.1 10.2 217.1) |
| OKLCH | oklch(0.817 0.031 212.1) |
Copy-ready code
/* CSS */
color: #adc9cf;
background-color: #adc9cf;
/* Tailwind (arbitrary) */
class="text-[#adc9cf] bg-[#adc9cf]"
/* SCSS */
$brand: #adc9cf;
/* SwiftUI */
Color(red: 0.678, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#adc9cf")Accessibility — WCAG contrast
Aa
#adc9cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc9cf on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.8%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta2.9%
Yellow0.0%
Key (black)18.8%
Color previews
#adc9cf text on a black background
contrast 12.03:1
Card sample
#adc9cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc9cf;
Background color
Panel with #adc9cf background
background-color: #adc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc9cf; background: linear-gradient(135deg, #adc9cf, #ADB2CF);