#adc0cf
a light, soft blue · cool · closest name: silver
RGB
173, 192, 207
HSL
207°, 26%, 75%
CMYK
16, 7, 0, 19
Luminance
0.5109
Every format
| HEX | #adc0cf |
| RGB | rgb(173, 192, 207) |
| HSL | hsl(207, 26%, 75%) |
| CMYK | cmyk(16%, 7%, 0%, 19%) |
| LAB | lab(76.7 -3.4 -9.7) |
| LCH | lch(76.7 10.3 250.9) |
| OKLCH | oklch(0.798 0.030 241.7) |
Copy-ready code
/* CSS */
color: #adc0cf;
background-color: #adc0cf;
/* Tailwind (arbitrary) */
class="text-[#adc0cf] bg-[#adc0cf]"
/* SCSS */
$brand: #adc0cf;
/* SwiftUI */
Color(red: 0.678, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#adc0cf")Accessibility — WCAG contrast
Aa
#adc0cf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc0cf on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green75.3%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#adc0cf text on a black background
contrast 11.22:1
Card sample
#adc0cf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc0cf;
Background color
Panel with #adc0cf background
background-color: #adc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc0cf; background: linear-gradient(135deg, #adc0cf, #B1ADCF);