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