#c0cdcb
a light, muted cyan · cool · closest name: silver
RGB
192, 205, 203
HSL
171°, 12%, 78%
CMYK
6, 0, 1, 20
Luminance
0.5918
Every format
| HEX | #c0cdcb |
| RGB | rgb(192, 205, 203) |
| HSL | hsl(171, 12%, 78%) |
| CMYK | cmyk(6%, 0%, 1%, 20%) |
| LAB | lab(81.4 -4.8 -0.5) |
| LCH | lch(81.4 4.8 186.3) |
| OKLCH | oklch(0.838 0.014 185.9) |
Copy-ready code
/* CSS */
color: #c0cdcb;
background-color: #c0cdcb;
/* Tailwind (arbitrary) */
class="text-[#c0cdcb] bg-[#c0cdcb]"
/* SCSS */
$brand: #c0cdcb;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#c0cdcb")Accessibility — WCAG contrast
Aa
#c0cdcb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cdcb on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue79.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#c0cdcb text on a black background
contrast 12.84:1
Card sample
#c0cdcb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cdcb;
Background color
Panel with #c0cdcb background
background-color: #c0cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cdcb; background: linear-gradient(135deg, #c0cdcb, #C0C6CD);