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