#ccc2cd
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 194, 205
HSL
295°, 10%, 78%
CMYK
1, 5, 0, 20
Luminance
0.5583
Every format
| HEX | #ccc2cd |
| RGB | rgb(204, 194, 205) |
| HSL | hsl(295, 10%, 78%) |
| CMYK | cmyk(1%, 5%, 0%, 20%) |
| LAB | lab(79.5 5.5 -4.3) |
| LCH | lch(79.5 6.9 322.2) |
| OKLCH | oklch(0.826 0.019 323.0) |
Copy-ready code
/* CSS */
color: #ccc2cd;
background-color: #ccc2cd;
/* Tailwind (arbitrary) */
class="text-[#ccc2cd] bg-[#ccc2cd]"
/* SCSS */
$brand: #ccc2cd;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#ccc2cd")Accessibility — WCAG contrast
Aa
#ccc2cd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2cd on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#ccc2cd text on a black background
contrast 12.17:1
Card sample
#ccc2cd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2cd;
Background color
Panel with #ccc2cd background
background-color: #ccc2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2cd; background: linear-gradient(135deg, #ccc2cd, #CDC2C7);