#ccbbc3
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 187, 195
HSL
332°, 14%, 77%
CMYK
0, 8, 4, 20
Luminance
0.5232
Every format
| HEX | #ccbbc3 |
| RGB | rgb(204, 187, 195) |
| HSL | hsl(332, 14%, 77%) |
| CMYK | cmyk(0%, 8%, 4%, 20%) |
| LAB | lab(77.5 7.4 -1.9) |
| LCH | lch(77.5 7.6 346.0) |
| OKLCH | oklch(0.809 0.022 347.4) |
Copy-ready code
/* CSS */
color: #ccbbc3;
background-color: #ccbbc3;
/* Tailwind (arbitrary) */
class="text-[#ccbbc3] bg-[#ccbbc3]"
/* SCSS */
$brand: #ccbbc3;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.765)
/* Android */
Color.parseColor("#ccbbc3")Accessibility — WCAG contrast
Aa
#ccbbc3 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbc3 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow4.4%
Key (black)20.0%
Color previews
#ccbbc3 text on a black background
contrast 11.46:1
Card sample
#ccbbc3 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbc3;
Background color
Panel with #ccbbc3 background
background-color: #ccbbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbc3; background: linear-gradient(135deg, #ccbbc3, #CCBEBB);