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