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