#ccc1cd
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 193, 205
HSL
295°, 11%, 78%
CMYK
1, 6, 0, 20
Luminance
0.5539
Every format
| HEX | #ccc1cd |
| RGB | rgb(204, 193, 205) |
| HSL | hsl(295, 11%, 78%) |
| CMYK | cmyk(1%, 6%, 0%, 20%) |
| LAB | lab(79.3 6.0 -4.6) |
| LCH | lch(79.3 7.6 322.4) |
| OKLCH | oklch(0.824 0.021 323.2) |
Copy-ready code
/* CSS */
color: #ccc1cd;
background-color: #ccc1cd;
/* Tailwind (arbitrary) */
class="text-[#ccc1cd] bg-[#ccc1cd]"
/* SCSS */
$brand: #ccc1cd;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.804)
/* Android */
Color.parseColor("#ccc1cd")Accessibility — WCAG contrast
Aa
#ccc1cd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1cd on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta5.9%
Yellow0.0%
Key (black)19.6%
Color previews
#ccc1cd text on a black background
contrast 12.08:1
Card sample
#ccc1cd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1cd;
Background color
Panel with #ccc1cd background
background-color: #ccc1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1cd; background: linear-gradient(135deg, #ccc1cd, #CDC1C6);