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