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