#c4cccb
a light, muted gray · cool · closest name: silver
RGB
196, 204, 203
HSL
173°, 7%, 78%
CMYK
4, 0, 1, 20
Luminance
0.5923
Every format
| HEX | #c4cccb |
| RGB | rgb(196, 204, 203) |
| HSL | hsl(173, 7%, 78%) |
| CMYK | cmyk(4%, 0%, 1%, 20%) |
| LAB | lab(81.4 -2.9 -0.5) |
| LCH | lch(81.4 2.9 188.8) |
| OKLCH | oklch(0.839 0.009 188.1) |
Copy-ready code
/* CSS */
color: #c4cccb;
background-color: #c4cccb;
/* Tailwind (arbitrary) */
class="text-[#c4cccb] bg-[#c4cccb]"
/* SCSS */
$brand: #c4cccb;
/* SwiftUI */
Color(red: 0.769, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#c4cccb")Accessibility — WCAG contrast
Aa
#c4cccb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cccb on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.0%
Blue79.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow0.5%
Key (black)20.0%
Color previews
#c4cccb text on a black background
contrast 12.85:1
Card sample
#c4cccb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cccb;
Background color
Panel with #c4cccb background
background-color: #c4cccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cccb; background: linear-gradient(135deg, #c4cccb, #C4C8CC);