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