#ccc0cc
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 192, 204
HSL
300°, 11%, 78%
CMYK
0, 6, 0, 20
Luminance
0.5490
Every format
| HEX | #ccc0cc |
| RGB | rgb(204, 192, 204) |
| HSL | hsl(300, 11%, 78%) |
| CMYK | cmyk(0%, 6%, 0%, 20%) |
| LAB | lab(79.0 6.4 -4.5) |
| LCH | lch(79.0 7.8 324.7) |
| OKLCH | oklch(0.821 0.021 325.8) |
Copy-ready code
/* CSS */
color: #ccc0cc;
background-color: #ccc0cc;
/* Tailwind (arbitrary) */
class="text-[#ccc0cc] bg-[#ccc0cc]"
/* SCSS */
$brand: #ccc0cc;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.800)
/* Android */
Color.parseColor("#ccc0cc")Accessibility — WCAG contrast
Aa
#ccc0cc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0cc on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow0.0%
Key (black)20.0%
Color previews
#ccc0cc text on a black background
contrast 11.98:1
Card sample
#ccc0cc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0cc;
Background color
Panel with #ccc0cc background
background-color: #ccc0cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0cc; background: linear-gradient(135deg, #ccc0cc, #CCC0C4);