#ccc3c7
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 195, 199
HSL
333°, 8%, 78%
CMYK
0, 4, 3, 20
Luminance
0.5599
Every format
| HEX | #ccc3c7 |
| RGB | rgb(204, 195, 199) |
| HSL | hsl(333, 8%, 78%) |
| CMYK | cmyk(0%, 4%, 3%, 20%) |
| LAB | lab(79.6 3.9 -0.9) |
| LCH | lch(79.6 4.0 347.1) |
| OKLCH | oklch(0.826 0.011 348.5) |
Copy-ready code
/* CSS */
color: #ccc3c7;
background-color: #ccc3c7;
/* Tailwind (arbitrary) */
class="text-[#ccc3c7] bg-[#ccc3c7]"
/* SCSS */
$brand: #ccc3c7;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.780)
/* Android */
Color.parseColor("#ccc3c7")Accessibility — WCAG contrast
Aa
#ccc3c7 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3c7 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow2.5%
Key (black)20.0%
Color previews
#ccc3c7 text on a black background
contrast 12.20:1
Card sample
#ccc3c7 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3c7;
Background color
Panel with #ccc3c7 background
background-color: #ccc3c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3c7; background: linear-gradient(135deg, #ccc3c7, #CCC5C3);