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