#ccbbcb
a light, muted magenta / pink · warm · closest name: silver
RGB
204, 187, 203
HSL
304°, 14%, 77%
CMYK
0, 8, 1, 20
Luminance
0.5269
Every format
| HEX | #ccbbcb |
| RGB | rgb(204, 187, 203) |
| HSL | hsl(304, 14%, 77%) |
| CMYK | cmyk(0%, 8%, 1%, 20%) |
| LAB | lab(77.7 8.9 -5.9) |
| LCH | lch(77.7 10.6 326.5) |
| OKLCH | oklch(0.811 0.029 327.6) |
Copy-ready code
/* CSS */
color: #ccbbcb;
background-color: #ccbbcb;
/* Tailwind (arbitrary) */
class="text-[#ccbbcb] bg-[#ccbbcb]"
/* SCSS */
$brand: #ccbbcb;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.796)
/* Android */
Color.parseColor("#ccbbcb")Accessibility — WCAG contrast
Aa
#ccbbcb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbcb on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow0.5%
Key (black)20.0%
Color previews
#ccbbcb text on a black background
contrast 11.54:1
Card sample
#ccbbcb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbcb;
Background color
Panel with #ccbbcb background
background-color: #ccbbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbcb; background: linear-gradient(135deg, #ccbbcb, #CCBBC0);