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