#ccc2ce
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 194, 206
HSL
290°, 11%, 78%
CMYK
1, 6, 0, 19
Luminance
0.5588
Every format
| HEX | #ccc2ce |
| RGB | rgb(204, 194, 206) |
| HSL | hsl(290, 11%, 78%) |
| CMYK | cmyk(1%, 6%, 0%, 19%) |
| LAB | lab(79.5 5.7 -4.7) |
| LCH | lch(79.5 7.4 320.1) |
| OKLCH | oklch(0.826 0.020 320.6) |
Copy-ready code
/* CSS */
color: #ccc2ce;
background-color: #ccc2ce;
/* Tailwind (arbitrary) */
class="text-[#ccc2ce] bg-[#ccc2ce]"
/* SCSS */
$brand: #ccc2ce;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#ccc2ce")Accessibility — WCAG contrast
Aa
#ccc2ce on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2ce on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#ccc2ce text on a black background
contrast 12.18:1
Card sample
#ccc2ce text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2ce;
Background color
Panel with #ccc2ce background
background-color: #ccc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2ce; background: linear-gradient(135deg, #ccc2ce, #CEC2C8);