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