#ccc4cd
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 196, 205
HSL
293°, 8%, 79%
CMYK
1, 4, 0, 20
Luminance
0.5673
Every format
| HEX | #ccc4cd |
| RGB | rgb(204, 196, 205) |
| HSL | hsl(293, 8%, 79%) |
| CMYK | cmyk(1%, 4%, 0%, 20%) |
| LAB | lab(80.0 4.4 -3.5) |
| LCH | lch(80.0 5.6 321.6) |
| OKLCH | oklch(0.830 0.015 322.4) |
Copy-ready code
/* CSS */
color: #ccc4cd;
background-color: #ccc4cd;
/* Tailwind (arbitrary) */
class="text-[#ccc4cd] bg-[#ccc4cd]"
/* SCSS */
$brand: #ccc4cd;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.804)
/* Android */
Color.parseColor("#ccc4cd")Accessibility — WCAG contrast
Aa
#ccc4cd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4cd on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta4.4%
Yellow0.0%
Key (black)19.6%
Color previews
#ccc4cd text on a black background
contrast 12.35:1
Card sample
#ccc4cd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4cd;
Background color
Panel with #ccc4cd background
background-color: #ccc4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4cd; background: linear-gradient(135deg, #ccc4cd, #CDC4C8);