#adc2cb
a light, soft cyan · cool · closest name: silver
RGB
173, 194, 203
HSL
198°, 22%, 74%
CMYK
15, 4, 0, 20
Luminance
0.5178
Every format
| HEX | #adc2cb |
| RGB | rgb(173, 194, 203) |
| HSL | hsl(198, 22%, 74%) |
| CMYK | cmyk(15%, 4%, 0%, 20%) |
| LAB | lab(77.2 -5.3 -6.9) |
| LCH | lch(77.2 8.7 232.7) |
| OKLCH | oklch(0.801 0.026 225.4) |
Copy-ready code
/* CSS */
color: #adc2cb;
background-color: #adc2cb;
/* Tailwind (arbitrary) */
class="text-[#adc2cb] bg-[#adc2cb]"
/* SCSS */
$brand: #adc2cb;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#adc2cb")Accessibility — WCAG contrast
Aa
#adc2cb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc2cb on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#adc2cb text on a black background
contrast 11.36:1
Card sample
#adc2cb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc2cb;
Background color
Panel with #adc2cb background
background-color: #adc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc2cb; background: linear-gradient(135deg, #adc2cb, #ADAECB);